#39601F

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

Shades of Dell #39601F

Tints of Dell #39601F

Color information

#39601F (or 0x39601F) is unknown color: approx Dell. HEX triplet: 39, 60 and 1F. RGB value is (57,96,31). Sum of RGB (Red+Green+Blue) = 57+96+31=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #39601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39601F is #C69FE0. Grayscale: #4D4D4D. Windows color (decimal): -13017057 or 2056249. OLE color: 2056249.

HSL color Cylindrical-coordinate representation of color #39601F: hue angle of 96º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39601F is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB579631-
CMYK0.4100.680.62
HSL96º51.18%24.9%-
HSV(B)96º67.71%37.65%-
XYZ6.129.332.78-
YUV76.93102.08113.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.98%
GREEN value IS 96 (37.89% from 255) = 52.17%
BLUE value IS 31 (12.5% from 255) = 16.85%
R=30.98%
G=52.17%
B=16.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796310.4100.680.629651.1824.9
Hex39601F290443E603319
Octal7114037510104761406331
Binary11100111000001111110100101000100111110110000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39601F; }

 p { color: rgb(57,96,31); }

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

<style>
 a { background-color: #39601F; }

 a { background-color: rgb(57,96,31); }

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

<style>
 span { border-color: #39601F; }

 span { border-color: rgb(57,96,31); }

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