#3E6119

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

Shades of Dell #3E6119

Tints of Dell #3E6119

Color information

#3E6119 (or 0x3E6119) is unknown color: approx Dell. HEX triplet: 3E, 61 and 19. RGB value is (62,97,25). Sum of RGB (Red+Green+Blue) = 62+97+25=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #3E6119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6119 is #C19EE6. Grayscale: #4E4E4E. Windows color (decimal): -12689127 or 1663294. OLE color: 1663294.

HSL color Cylindrical-coordinate representation of color #3E6119: hue angle of 89.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E6119 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB629725-
CMYK0.3600.740.62
HSL89.17º59.02%23.92%-
HSV(B)89.17º74.23%38.04%-
XYZ6.449.642.44-
YUV78.3397.9116.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.70%
GREEN value IS 97 (38.28% from 255) = 52.72%
BLUE value IS 25 (10.16% from 255) = 13.59%
R=33.70%
G=52.72%
B=13.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6297250.3600.740.6289.1759.0223.92
Hex3E61192404A3E593b18
Octal7614131440112761317330
Binary11111011000011100110010001001010111110101100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,97,25); }

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

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

 a { background-color: rgb(62,97,25); }

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

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

 span { border-color: rgb(62,97,25); }

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