#3E6C15

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

Shades of Dell #3E6C15

Tints of Dell #3E6C15

Color information

#3E6C15 (or 0x3E6C15) is unknown color: approx Dell. HEX triplet: 3E, 6C and 15. RGB value is (62,108,21). Sum of RGB (Red+Green+Blue) = 62+108+21=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #3E6C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6C15 is #C193EA. Grayscale: #545454. Windows color (decimal): -12686315 or 1403966. OLE color: 1403966.

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

Color convert

RGB6210821-
CMYK0.4300.810.58
HSL91.72º67.44%25.29%-
HSV(B)91.72º80.56%42.35%-
XYZ7.4811.82.59-
YUV84.3392.26112.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.46%
GREEN value IS 108 (42.58% from 255) = 56.54%
BLUE value IS 21 (8.59% from 255) = 10.99%
R=32.46%
G=56.54%
B=10.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62108210.4300.810.5891.7267.4425.29
Hex3E6C152B0513A5c4319
Octal76154255301217213410331
Binary111110110110010101101011010100011110101011100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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