#396321

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

Shades of Dell #396321

Tints of Dell #396321

Color information

#396321 (or 0x396321) is unknown color: approx Dell. HEX triplet: 39, 63 and 21. RGB value is (57,99,33). Sum of RGB (Red+Green+Blue) = 57+99+33=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #396321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396321 is #C69CDE. Grayscale: #4F4F4F. Windows color (decimal): -13016287 or 2188089. OLE color: 2188089.

HSL color Cylindrical-coordinate representation of color #396321: hue angle of 98.18º 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 #396321 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB579933-
CMYK0.4200.670.61
HSL98.18º50%25.88%-
HSV(B)98.18º66.67%38.82%-
XYZ6.429.93.01-
YUV78.92102.09112.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 99 (39.06% from 255) = 52.38%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=30.16%
G=52.38%
B=17.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799330.4200.670.6198.185025.88
Hex3963212A0433D62321a
Octal7114341520103751426232
Binary111001110001110000110101001000011111101110001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396321; }

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

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

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

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

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

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

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

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