#465A22

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

Shades of Clover #465A22

Tints of Clover #465A22

Color information

#465A22 (or 0x465A22) is unknown color: approx Clover. HEX triplet: 46, 5A and 22. RGB value is (70,90,34). Sum of RGB (Red+Green+Blue) = 70+90+34=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #465A22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A22 is #B9A5DD. Grayscale: #4D4D4D. Windows color (decimal): -12166622 or 2251334. OLE color: 2251334.

HSL color Cylindrical-coordinate representation of color #465A22: hue angle of 81.43º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #465A22 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB709034-
CMYK0.2200.620.65
HSL81.43º45.16%24.31%-
HSV(B)81.43º62.22%35.29%-
XYZ6.478.732.86-
YUV77.64103.37122.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 90 (35.55% from 255) = 46.39%
BLUE value IS 34 (13.67% from 255) = 17.53%
R=36.08%
G=46.39%
B=17.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7090340.2200.620.6581.4345.1624.31
Hex465A221603E41512d18
Octal10613242260761011215530
Binary100011010110101000101011001111101000001101000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,90,34); }

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

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

 a { background-color: rgb(70,90,34); }

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

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

 span { border-color: rgb(70,90,34); }

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