#396121

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

Shades of Dell #396121

Tints of Dell #396121

Color information

#396121 (or 0x396121) is unknown color: approx Dell. HEX triplet: 39, 61 and 21. RGB value is (57,97,33). Sum of RGB (Red+Green+Blue) = 57+97+33=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #396121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396121 is #C69EDE. Grayscale: #4D4D4D. Windows color (decimal): -13016799 or 2187577. OLE color: 2187577.

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

Color convert

RGB579733-
CMYK0.4100.660.62
HSL97.5º49.23%25.49%-
HSV(B)97.5º65.98%38.04%-
XYZ6.249.532.95-
YUV77.74102.75113.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.48%
GREEN value IS 97 (38.28% from 255) = 51.87%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=30.48%
G=51.87%
B=17.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797330.4100.660.6297.549.2325.49
Hex396121290423E623119
Octal7114141510102761426131
Binary111001110000110000110100101000010111110110001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396121; }

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

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

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

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

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

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

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

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