#466122

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

Shades of Clover #466122

Tints of Clover #466122

Color information

#466122 (or 0x466122) is unknown color: approx Clover. HEX triplet: 46, 61 and 22. RGB value is (70,97,34). Sum of RGB (Red+Green+Blue) = 70+97+34=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #466122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466122 is #B99EDD. Grayscale: #515151. Windows color (decimal): -12164830 or 2253126. OLE color: 2253126.

HSL color Cylindrical-coordinate representation of color #466122: hue angle of 85.71º 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 #466122 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB709734-
CMYK0.2800.650.62
HSL85.71º48.09%25.69%-
HSV(B)85.71º64.95%38.04%-
XYZ7.099.973.06-
YUV81.74101.05119.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 97 (38.28% from 255) = 48.26%
BLUE value IS 34 (13.67% from 255) = 16.92%
R=34.83%
G=48.26%
B=16.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097340.2800.650.6285.7148.0925.69
Hex4661221C0413E56301a
Octal10614142340101761266032
Binary100011011000011000101110001000001111110101011011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466122; }

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

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

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

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

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

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

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

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