#395D20

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

Shades of Dell #395D20

Tints of Dell #395D20

Color information

#395D20 (or 0x395D20) is unknown color: approx Dell. HEX triplet: 39, 5D and 20. RGB value is (57,93,32). Sum of RGB (Red+Green+Blue) = 57+93+32=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #395D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D20 is #C6A2DF. Grayscale: #4B4B4B. Windows color (decimal): -13017824 or 2121017. OLE color: 2121017.

HSL color Cylindrical-coordinate representation of color #395D20: hue angle of 95.41º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #395D20 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB579332-
CMYK0.3900.660.64
HSL95.41º48.8%24.51%-
HSV(B)95.41º65.59%36.47%-
XYZ5.868.82.76-
YUV75.28103.57114.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.32%
GREEN value IS 93 (36.72% from 255) = 51.10%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=31.32%
G=51.10%
B=17.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5793320.3900.660.6495.4148.824.51
Hex395D2027042405f3119
Octal71135404701021001376131
Binary1110011011101100000100111010000101000000101111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395D20; }

 p { color: rgb(57,93,32); }

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

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

 a { background-color: rgb(57,93,32); }

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

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

 span { border-color: rgb(57,93,32); }

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