#396620

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

Shades of Dell #396620

Tints of Dell #396620

Color information

#396620 (or 0x396620) is unknown color: approx Dell. HEX triplet: 39, 66 and 20. RGB value is (57,102,32). Sum of RGB (Red+Green+Blue) = 57+102+32=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #396620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396620 is #C699DF. Grayscale: #505050. Windows color (decimal): -13015520 or 2123321. OLE color: 2123321.

HSL color Cylindrical-coordinate representation of color #396620: hue angle of 98.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #396620 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB5710232-
CMYK0.4400.690.6
HSL98.57º52.24%26.27%-
HSV(B)98.57º68.63%40%-
XYZ6.710.483.04-
YUV80.56100.59111.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.84%
GREEN value IS 102 (40.23% from 255) = 53.40%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=29.84%
G=53.40%
B=16.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57102320.4400.690.698.5752.2426.27
Hex3966202C0453C63341a
Octal7114640540105741436432
Binary111001110011010000010110001000101111100110001111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396620; }

 p { color: rgb(57,102,32); }

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

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

 a { background-color: rgb(57,102,32); }

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

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

 span { border-color: rgb(57,102,32); }

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