#396618

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

Shades of Dell #396618

Tints of Dell #396618

Color information

#396618 (or 0x396618) is unknown color: approx Dell. HEX triplet: 39, 66 and 18. RGB value is (57,102,24). Sum of RGB (Red+Green+Blue) = 57+102+24=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #396618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396618 is #C699E7. Grayscale: #4F4F4F. Windows color (decimal): -13015528 or 1599033. OLE color: 1599033.

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

Color convert

RGB5710224-
CMYK0.4400.760.6
HSL94.62º61.9%24.71%-
HSV(B)94.62º76.47%40%-
XYZ6.610.442.53-
YUV79.6596.59111.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.15%
GREEN value IS 102 (40.23% from 255) = 55.74%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=31.15%
G=55.74%
B=13.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57102240.4400.760.694.6261.924.71
Hex3966182C04C3C5f3e19
Octal7114630540114741377631
Binary11100111001101100010110001001100111100101111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396618; }

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

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

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

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

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

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

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

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