#39601B

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

Shades of Dell #39601B

Tints of Dell #39601B

Color information

#39601B (or 0x39601B) is unknown color: approx Dell. HEX triplet: 39, 60 and 1B. RGB value is (57,96,27). Sum of RGB (Red+Green+Blue) = 57+96+27=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #39601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39601B is #C69FE4. Grayscale: #4C4C4C. Windows color (decimal): -13017061 or 1794105. OLE color: 1794105.

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

Color convert

RGB579627-
CMYK0.4100.720.62
HSL93.91º56.1%24.12%-
HSV(B)93.91º71.88%37.65%-
XYZ6.079.312.52-
YUV76.47100.08114.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 96 (37.89% from 255) = 53.33%
BLUE value IS 27 (10.94% from 255) = 15%
R=31.67%
G=53.33%
B=15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796270.4100.720.6293.9156.124.12
Hex39601B290483E5e3818
Octal7114033510110761367030
Binary11100111000001101110100101001000111110101111011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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