#465F20

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

Shades of Clover #465F20

Tints of Clover #465F20

Color information

#465F20 (or 0x465F20) is unknown color: approx Clover. HEX triplet: 46, 5F and 20. RGB value is (70,95,32). Sum of RGB (Red+Green+Blue) = 70+95+32=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #465F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465F20 is #B9A0DF. Grayscale: #505050. Windows color (decimal): -12165344 or 2121542. OLE color: 2121542.

HSL color Cylindrical-coordinate representation of color #465F20: hue angle of 83.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #465F20 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB709532-
CMYK0.2600.660.63
HSL83.81º49.61%24.9%-
HSV(B)83.81º66.32%37.25%-
XYZ6.889.592.86-
YUV80.34100.72120.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.53%
GREEN value IS 95 (37.5% from 255) = 48.22%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=35.53%
G=48.22%
B=16.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7095320.2600.660.6383.8149.6124.9
Hex465F201A0423F543219
Octal10613740320102771246231
Binary100011010111111000001101001000010111111101010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465F20; }

 p { color: rgb(70,95,32); }

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

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

 a { background-color: rgb(70,95,32); }

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

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

 span { border-color: rgb(70,95,32); }

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