#3b6a11

Color #3B6A11 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #3B6A11

Tints of Dell #3B6A11

Color information

#3B6A11 (or 0x3B6A11) is unknown color: approx Dell. HEX triplet: 3B, 6A and 11. RGB value is (59,106,17). Sum of RGB (Red+Green+Blue) = 59+106+17=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 106 (41.80% from 255 or 58.24% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 106 - color contains mainly: green. Hex color #3B6A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6A11 is #C495EE. Grayscale: #525252. Windows color (decimal): -12883439 or 1141307. OLE color: 1141307.

HSL color Cylindrical-coordinate representation of color #3B6A11: hue angle of 91.69º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B6A11 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB5910617-
CMYK0.4400.840.58
HSL91.69º72.36%24.12%-
HSV(B)91.69º83.96%41.57%-
XYZ7.0611.282.34-
YUV81.891.43111.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 32.42%
GREEN value IS 106 (41.80% from 255) = 58.24%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=32.42%
G=58.24%
B=9.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59106170.4400.840.5891.6972.3624.12
Hex3B6A112C0543A5c4818
Octal73152215401247213411030
Binary111011110101010001101100010101001110101011100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b6a11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3b6a11; }

 p { color: rgb(59,106,17); }

 H1.HeaderClassName
 {
   color: #3b6a11;
 }
 .AnyTagClassName
 {
   color: #3b6a11;
 }
</style>
background-color css

<style>
 a { background-color: #3b6a11; }

 a { background-color: rgb(59,106,17); }

 div.DivClassName
 {
   background-color: #3b6a11;
 }
 .BgClassName
 {
   background-color: #3b6a11;
 }
</style>
border-color css

<style>
 span { border-color: #3b6a11; }

 span { border-color: rgb(59,106,17); }

 td.TdClassName
 {
   border-color: #3b6a11;
 }
 .TagClassName
 {
   border-color: #3b6a11;
 }
</style>