#396221

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

Shades of Dell #396221

Tints of Dell #396221

Color information

#396221 (or 0x396221) is unknown color: approx Dell. HEX triplet: 39, 62 and 21. RGB value is (57,98,33). Sum of RGB (Red+Green+Blue) = 57+98+33=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #396221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396221 is #C69DDE. Grayscale: #4E4E4E. Windows color (decimal): -13016543 or 2187833. OLE color: 2187833.

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

Color convert

RGB579833-
CMYK0.4200.660.62
HSL97.85º49.62%25.69%-
HSV(B)97.85º66.33%38.43%-
XYZ6.339.722.98-
YUV78.33102.42112.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 98 (38.67% from 255) = 52.13%
BLUE value IS 33 (13.28% from 255) = 17.55%
R=30.32%
G=52.13%
B=17.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798330.4200.660.6297.8549.6225.69
Hex3962212A0423E62321a
Octal7114241520102761426232
Binary111001110001010000110101001000010111110110001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396221; }

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

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

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

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

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

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

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

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