#39601A

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

Shades of Dell #39601A

Tints of Dell #39601A

Color information

#39601A (or 0x39601A) is unknown color: approx Dell. HEX triplet: 39, 60 and 1A. RGB value is (57,96,26). Sum of RGB (Red+Green+Blue) = 57+96+26=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #39601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39601A is #C69FE5. Grayscale: #4C4C4C. Windows color (decimal): -13017062 or 1728569. OLE color: 1728569.

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

Color convert

RGB579626-
CMYK0.4100.730.62
HSL93.43º57.38%23.92%-
HSV(B)93.43º72.92%37.65%-
XYZ6.069.312.46-
YUV76.3699.58114.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.84%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 26 (10.55% from 255) = 14.53%
R=31.84%
G=53.63%
B=14.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796260.4100.730.6293.4357.3823.92
Hex39601A290493E5d3918
Octal7114032510111761357130
Binary11100111000001101010100101001001111110101110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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