#396910

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

Shades of Dell #396910

Tints of Dell #396910

Color information

#396910 (or 0x396910) is unknown color: approx Dell. HEX triplet: 39, 69 and 10. RGB value is (57,105,16). Sum of RGB (Red+Green+Blue) = 57+105+16=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #396910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396910 is #C696EF. Grayscale: #505050. Windows color (decimal): -13014768 or 1075513. OLE color: 1075513.

HSL color Cylindrical-coordinate representation of color #396910: hue angle of 92.36º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #396910 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB5710516-
CMYK0.4600.850.59
HSL92.36º73.55%23.73%-
HSV(B)92.36º84.76%41.18%-
XYZ6.8311.012.26-
YUV80.591.6111.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 105 (41.41% from 255) = 58.99%
BLUE value IS 16 (6.64% from 255) = 8.99%
R=32.02%
G=58.99%
B=8.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57105160.4600.850.5992.3673.5523.73
Hex3969102E0553B5c4a18
Octal71151205601257313411230
Binary111001110100110000101110010101011110111011100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396910; }

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

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

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

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

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

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

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

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