#3E6615

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

Shades of Dell #3E6615

Tints of Dell #3E6615

Color information

#3E6615 (or 0x3E6615) is unknown color: approx Dell. HEX triplet: 3E, 66 and 15. RGB value is (62,102,21). Sum of RGB (Red+Green+Blue) = 62+102+21=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #3E6615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6615 is #C199EA. Grayscale: #515151. Windows color (decimal): -12687851 or 1402430. OLE color: 1402430.

HSL color Cylindrical-coordinate representation of color #3E6615: hue angle of 89.63º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E6615 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB6210221-
CMYK0.3900.790.6
HSL89.63º65.85%24.12%-
HSV(B)89.63º79.41%40%-
XYZ6.8710.582.39-
YUV80.8194.25114.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.51%
GREEN value IS 102 (40.23% from 255) = 55.14%
BLUE value IS 21 (8.59% from 255) = 11.35%
R=33.51%
G=55.14%
B=11.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal62102210.3900.790.689.6365.8524.12
Hex3E66152704F3C5a4218
Octal76146254701177413210230
Binary111110110011010101100111010011111111001011010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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