#3E6B15

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

Shades of Dell #3E6B15

Tints of Dell #3E6B15

Color information

#3E6B15 (or 0x3E6B15) is unknown color: approx Dell. HEX triplet: 3E, 6B and 15. RGB value is (62,107,21). Sum of RGB (Red+Green+Blue) = 62+107+21=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #3E6B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6B15 is #C194EA. Grayscale: #545454. Windows color (decimal): -12686571 or 1403710. OLE color: 1403710.

HSL color Cylindrical-coordinate representation of color #3E6B15: hue angle of 91.4º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E6B15 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB6210721-
CMYK0.4200.800.58
HSL91.4º67.19%25.1%-
HSV(B)91.4º80.37%41.96%-
XYZ7.3811.592.56-
YUV83.7492.59112.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.63%
GREEN value IS 107 (42.19% from 255) = 56.32%
BLUE value IS 21 (8.59% from 255) = 11.05%
R=32.63%
G=56.32%
B=11.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62107210.4200.800.5891.467.1925.1
Hex3E6B152A0503A5b4319
Octal76153255201207213310331
Binary111110110101110101101010010100001110101011011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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