#395920

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

Shades of Clover #395920

Tints of Clover #395920

Color information

#395920 (or 0x395920) is unknown color: approx Clover. HEX triplet: 39, 59 and 20. RGB value is (57,89,32). Sum of RGB (Red+Green+Blue) = 57+89+32=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #395920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395920 is #C6A6DF. Grayscale: #494949. Windows color (decimal): -13018848 or 2119993. OLE color: 2119993.

HSL color Cylindrical-coordinate representation of color #395920: hue angle of 93.68º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #395920 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB578932-
CMYK0.3600.640.65
HSL93.68º47.11%23.73%-
HSV(B)93.68º64.04%34.9%-
XYZ5.528.122.64-
YUV72.93104.9116.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 89 (35.16% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=32.02%
G=50%
B=17.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789320.3600.640.6593.6847.1123.73
Hex39592024040415e2f18
Octal71131404401001011365730
Binary1110011011001100000100100010000001000001101111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395920; }

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

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

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

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

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

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

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

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