#466222

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

Shades of Clover #466222

Tints of Clover #466222

Color information

#466222 (or 0x466222) is unknown color: approx Clover. HEX triplet: 46, 62 and 22. RGB value is (70,98,34). Sum of RGB (Red+Green+Blue) = 70+98+34=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #466222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466222 is #B99DDD. Grayscale: #525252. Windows color (decimal): -12164574 or 2253382. OLE color: 2253382.

HSL color Cylindrical-coordinate representation of color #466222: hue angle of 86.25º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #466222 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB709834-
CMYK0.2900.650.62
HSL86.25º48.48%25.88%-
HSV(B)86.25º65.31%38.43%-
XYZ7.1810.153.09-
YUV82.33100.72119.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.65%
GREEN value IS 98 (38.67% from 255) = 48.51%
BLUE value IS 34 (13.67% from 255) = 16.83%
R=34.65%
G=48.51%
B=16.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098340.2900.650.6286.2548.4825.88
Hex4662221D0413E56301a
Octal10614242350101761266032
Binary100011011000101000101110101000001111110101011011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466222; }

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

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

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

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

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

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

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

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