#396118

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

Shades of Dell #396118

Tints of Dell #396118

Color information

#396118 (or 0x396118) is unknown color: approx Dell. HEX triplet: 39, 61 and 18. RGB value is (57,97,24). Sum of RGB (Red+Green+Blue) = 57+97+24=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #396118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396118 is #C69EE7. Grayscale: #4C4C4C. Windows color (decimal): -13016808 or 1597753. OLE color: 1597753.

HSL color Cylindrical-coordinate representation of color #396118: hue angle of 92.88º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #396118 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB579724-
CMYK0.4100.750.62
HSL92.88º60.33%23.73%-
HSV(B)92.88º75.26%38.04%-
XYZ6.139.492.37-
YUV76.7298.25113.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 97 (38.28% from 255) = 54.49%
BLUE value IS 24 (9.77% from 255) = 13.48%
R=32.02%
G=54.49%
B=13.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797240.4100.750.6292.8860.3323.73
Hex3961182904B3E5d3c18
Octal7114130510113761357430
Binary11100111000011100010100101001011111110101110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396118; }

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

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

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

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

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

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

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

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