#3e6b11

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

Shades of Dell #3E6B11

Tints of Dell #3E6B11

Color information

#3E6B11 (or 0x3E6B11) is unknown color: approx Dell. HEX triplet: 3E, 6B and 11. RGB value is (62,107,17). Sum of RGB (Red+Green+Blue) = 62+107+17=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #3E6B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6B11 is #C194EE. Grayscale: #535353. Windows color (decimal): -12686575 or 1141566. OLE color: 1141566.

HSL color Cylindrical-coordinate representation of color #3E6B11: hue angle of 90º degrees, saturation: 0.73, 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 #3E6B11 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB6210717-
CMYK0.4200.840.58
HSL90º72.58%24.31%-
HSV(B)90º84.11%41.96%-
XYZ7.3511.582.38-
YUV83.2890.59112.82-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.33%
GREEN value IS 107 (42.19% from 255) = 57.53%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=33.33%
G=57.53%
B=9.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62107170.4200.840.589072.5824.31
Hex3E6B112A0543A5a4918
Octal76153215201247213211130
Binary111110110101110001101010010101001110101011010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e6b11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,107,17); }

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

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

 a { background-color: rgb(62,107,17); }

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

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

 span { border-color: rgb(62,107,17); }

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