#396115

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

Shades of Dell #396115

Tints of Dell #396115

Color information

#396115 (or 0x396115) is unknown color: approx Dell. HEX triplet: 39, 61 and 15. RGB value is (57,97,21). Sum of RGB (Red+Green+Blue) = 57+97+21=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #396115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396115 is #C69EEA. Grayscale: #4C4C4C. Windows color (decimal): -13016811 or 1401145. OLE color: 1401145.

HSL color Cylindrical-coordinate representation of color #396115: hue angle of 91.58º 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 #396115 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB579721-
CMYK0.4100.780.62
HSL91.58º64.41%23.14%-
HSV(B)91.58º78.35%38.04%-
XYZ6.19.472.22-
YUV76.3896.75114.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 97 (38.28% from 255) = 55.43%
BLUE value IS 21 (8.59% from 255) = 12%
R=32.57%
G=55.43%
B=12%

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
Decimal5797210.4100.780.6291.5864.4123.14
Hex3961152904E3E5c4017
Octal71141255101167613410027
Binary111001110000110101101001010011101111101011100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396115; }

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

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

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

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

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

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

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

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