#396015

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

Shades of Dell #396015

Tints of Dell #396015

Color information

#396015 (or 0x396015) is unknown color: approx Dell. HEX triplet: 39, 60 and 15. RGB value is (57,96,21). Sum of RGB (Red+Green+Blue) = 57+96+21=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #396015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396015 is #C69FEA. Grayscale: #4C4C4C. Windows color (decimal): -13017067 or 1400889. OLE color: 1400889.

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

Color convert

RGB579621-
CMYK0.4100.780.62
HSL91.2º64.1%22.94%-
HSV(B)91.2º78.12%37.65%-
XYZ6.019.292.19-
YUV75.7997.08114.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=32.76%
G=55.17%
B=12.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796210.4100.780.6291.264.122.94
Hex3960152904E3E5b4017
Octal71140255101167613310027
Binary111001110000010101101001010011101111101011011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396015; }

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

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

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

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

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

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

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

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