#396610

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

Shades of Dell #396610

Tints of Dell #396610

Color information

#396610 (or 0x396610) is unknown color: approx Dell. HEX triplet: 39, 66 and 10. RGB value is (57,102,16). Sum of RGB (Red+Green+Blue) = 57+102+16=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #396610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396610 is #C699EF. Grayscale: #4F4F4F. Windows color (decimal): -13015536 or 1074745. OLE color: 1074745.

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

Color convert

RGB5710216-
CMYK0.4400.840.6
HSL91.4º72.88%23.14%-
HSV(B)91.4º84.31%40%-
XYZ6.5310.412.16-
YUV78.7492.59112.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 102 (40.23% from 255) = 58.29%
BLUE value IS 16 (6.64% from 255) = 9.14%
R=32.57%
G=58.29%
B=9.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57102160.4400.840.691.472.8823.14
Hex3966102C0543C5b4917
Octal71146205401247413311127
Binary111001110011010000101100010101001111001011011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396610; }

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

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

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

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

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

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

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

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