#396220

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

Shades of Dell #396220

Tints of Dell #396220

Color information

#396220 (or 0x396220) is unknown color: approx Dell. HEX triplet: 39, 62 and 20. RGB value is (57,98,32). Sum of RGB (Red+Green+Blue) = 57+98+32=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #396220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396220 is #C69DDF. Grayscale: #4E4E4E. Windows color (decimal): -13016544 or 2122297. OLE color: 2122297.

HSL color Cylindrical-coordinate representation of color #396220: hue angle of 97.27º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #396220 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB579832-
CMYK0.4200.670.62
HSL97.27º50.77%25.49%-
HSV(B)97.27º67.35%38.43%-
XYZ6.329.712.91-
YUV78.22101.92112.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.48%
GREEN value IS 98 (38.67% from 255) = 52.41%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=30.48%
G=52.41%
B=17.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798320.4200.670.6297.2750.7725.49
Hex3962202A0433E613319
Octal7114240520103761416331
Binary111001110001010000010101001000011111110110000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396220; }

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

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

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

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

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

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

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

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