#396819

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

Shades of Dell #396819

Tints of Dell #396819

Color information

#396819 (or 0x396819) is unknown color: approx Dell. HEX triplet: 39, 68 and 19. RGB value is (57,104,25). Sum of RGB (Red+Green+Blue) = 57+104+25=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #396819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396819 is #C697E6. Grayscale: #515151. Windows color (decimal): -13015015 or 1665081. OLE color: 1665081.

HSL color Cylindrical-coordinate representation of color #396819: hue angle of 95.7º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #396819 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB5710425-
CMYK0.4500.760.59
HSL95.7º61.24%25.29%-
HSV(B)95.7º75.96%40.78%-
XYZ6.8110.842.65-
YUV80.9496.43110.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 104 (41.02% from 255) = 55.91%
BLUE value IS 25 (10.16% from 255) = 13.44%
R=30.65%
G=55.91%
B=13.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104250.4500.760.5995.761.2425.29
Hex3968192D04C3B603d19
Octal7115031550114731407531
Binary11100111010001100110110101001100111011110000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396819; }

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

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

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

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

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

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

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

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