#396421

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

Shades of Dell #396421

Tints of Dell #396421

Color information

#396421 (or 0x396421) is unknown color: approx Dell. HEX triplet: 39, 64 and 21. RGB value is (57,100,33). Sum of RGB (Red+Green+Blue) = 57+100+33=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #396421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396421 is #C69BDE. Grayscale: #4F4F4F. Windows color (decimal): -13016031 or 2188345. OLE color: 2188345.

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

Color convert

RGB5710033-
CMYK0.4300.670.61
HSL98.51º50.38%26.08%-
HSV(B)98.51º67%39.22%-
XYZ6.5210.093.04-
YUV79.5101.75111.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30%
GREEN value IS 100 (39.45% from 255) = 52.63%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=30%
G=52.63%
B=17.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal57100330.4300.670.6198.5150.3826.08
Hex3964212B0433D63321a
Octal7114441530103751436232
Binary111001110010010000110101101000011111101110001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396421; }

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

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

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

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

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

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

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

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