#396215

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

Shades of Dell #396215

Tints of Dell #396215

Color information

#396215 (or 0x396215) is unknown color: approx Dell. HEX triplet: 39, 62 and 15. RGB value is (57,98,21). Sum of RGB (Red+Green+Blue) = 57+98+21=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #396215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396215 is #C69DEA. Grayscale: #4D4D4D. Windows color (decimal): -13016555 or 1401401. OLE color: 1401401.

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

Color convert

RGB579821-
CMYK0.4200.790.62
HSL91.95º64.71%23.33%-
HSV(B)91.95º78.57%38.43%-
XYZ6.199.662.25-
YUV76.9696.42113.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 98 (38.67% from 255) = 55.68%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=32.39%
G=55.68%
B=11.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798210.4200.790.6291.9564.7123.33
Hex3962152A04F3E5c4117
Octal71142255201177613410127
Binary111001110001010101101010010011111111101011100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396215; }

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

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

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

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

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

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

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

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