#396419

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

Shades of Dell #396419

Tints of Dell #396419

Color information

#396419 (or 0x396419) is unknown color: approx Dell. HEX triplet: 39, 64 and 19. RGB value is (57,100,25). Sum of RGB (Red+Green+Blue) = 57+100+25=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #396419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396419 is #C69BE6. Grayscale: #4E4E4E. Windows color (decimal): -13016039 or 1664057. OLE color: 1664057.

HSL color Cylindrical-coordinate representation of color #396419: hue angle of 94.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #396419 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB5710025-
CMYK0.4300.750.61
HSL94.4º60%24.51%-
HSV(B)94.4º75%39.22%-
XYZ6.4210.052.52-
YUV78.5997.75112.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.32%
GREEN value IS 100 (39.45% from 255) = 54.95%
BLUE value IS 25 (10.16% from 255) = 13.74%
R=31.32%
G=54.95%
B=13.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal57100250.4300.750.6194.46024.51
Hex3964192B04B3D5e3c19
Octal7114431530113751367431
Binary11100111001001100110101101001011111101101111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396419; }

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

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

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

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

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

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

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

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