#396617

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

Shades of Dell #396617

Tints of Dell #396617

Color information

#396617 (or 0x396617) is unknown color: approx Dell. HEX triplet: 39, 66 and 17. RGB value is (57,102,23). Sum of RGB (Red+Green+Blue) = 57+102+23=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #396617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396617 is #C699E8. Grayscale: #4F4F4F. Windows color (decimal): -13015529 or 1533497. OLE color: 1533497.

HSL color Cylindrical-coordinate representation of color #396617: hue angle of 94.18º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #396617 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB5710223-
CMYK0.4400.770.6
HSL94.18º63.2%24.51%-
HSV(B)94.18º77.45%40%-
XYZ6.5910.432.48-
YUV79.5496.09111.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.32%
GREEN value IS 102 (40.23% from 255) = 56.04%
BLUE value IS 23 (9.38% from 255) = 12.64%
R=31.32%
G=56.04%
B=12.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57102230.4400.770.694.1863.224.51
Hex3966172C04D3C5e3f19
Octal7114627540115741367731
Binary11100111001101011110110001001101111100101111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396617; }

 p { color: rgb(57,102,23); }

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

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

 a { background-color: rgb(57,102,23); }

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

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

 span { border-color: rgb(57,102,23); }

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