#396019

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

Shades of Dell #396019

Tints of Dell #396019

Color information

#396019 (or 0x396019) is unknown color: approx Dell. HEX triplet: 39, 60 and 19. RGB value is (57,96,25). Sum of RGB (Red+Green+Blue) = 57+96+25=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #396019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396019 is #C69FE6. Grayscale: #4C4C4C. Windows color (decimal): -13017063 or 1663033. OLE color: 1663033.

HSL color Cylindrical-coordinate representation of color #396019: hue angle of 92.96º 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 #396019 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB579625-
CMYK0.4100.740.62
HSL92.96º58.68%23.73%-
HSV(B)92.96º73.96%37.65%-
XYZ6.059.312.4-
YUV76.2499.08114.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 96 (37.89% from 255) = 53.93%
BLUE value IS 25 (10.16% from 255) = 14.04%
R=32.02%
G=53.93%
B=14.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796250.4100.740.6292.9658.6823.73
Hex3960192904A3E5d3b18
Octal7114031510112761357330
Binary11100111000001100110100101001010111110101110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396019; }

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

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

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

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

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

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

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

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