#396018

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

Shades of Dell #396018

Tints of Dell #396018

Color information

#396018 (or 0x396018) is unknown color: approx Dell. HEX triplet: 39, 60 and 18. RGB value is (57,96,24). Sum of RGB (Red+Green+Blue) = 57+96+24=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #396018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396018 is #C69FE7. Grayscale: #4C4C4C. Windows color (decimal): -13017064 or 1597497. OLE color: 1597497.

HSL color Cylindrical-coordinate representation of color #396018: hue angle of 92.5º 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 #396018 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB579624-
CMYK0.4100.750.62
HSL92.5º60%23.53%-
HSV(B)92.5º75%37.65%-
XYZ6.049.32.34-
YUV76.1398.58114.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.20%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=32.20%
G=54.24%
B=13.56%

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
Decimal5796240.4100.750.6292.56023.53
Hex3960182904B3E5c3c18
Octal7114030510113761347430
Binary11100111000001100010100101001011111110101110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396018; }

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

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

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

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

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

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

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

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