#465B20

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

Shades of Clover #465B20

Tints of Clover #465B20

Color information

#465B20 (or 0x465B20) is unknown color: approx Clover. HEX triplet: 46, 5B and 20. RGB value is (70,91,32). Sum of RGB (Red+Green+Blue) = 70+91+32=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 91 - color contains mainly: green. Hex color #465B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B20 is #B9A4DF. Grayscale: #4E4E4E. Windows color (decimal): -12166368 or 2120518. OLE color: 2120518.

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

Color convert

RGB709132-
CMYK0.2300.650.64
HSL81.36º47.97%24.12%-
HSV(B)81.36º64.84%35.69%-
XYZ6.538.892.74-
YUV77.99102.04122.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 91 (35.94% from 255) = 47.15%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=36.27%
G=47.15%
B=16.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091320.2300.650.6481.3647.9724.12
Hex465B201704140513018
Octal106133402701011001216030
Binary1000110101101110000010111010000011000000101000111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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