#466020

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

Shades of Clover #466020

Tints of Clover #466020

Color information

#466020 (or 0x466020) is unknown color: approx Clover. HEX triplet: 46, 60 and 20. RGB value is (70,96,32). Sum of RGB (Red+Green+Blue) = 70+96+32=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #466020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466020 is #B99FDF. Grayscale: #515151. Windows color (decimal): -12165088 or 2121798. OLE color: 2121798.

HSL color Cylindrical-coordinate representation of color #466020: hue angle of 84.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #466020 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB709632-
CMYK0.2700.670.62
HSL84.38º50%25.1%-
HSV(B)84.38º66.67%37.65%-
XYZ6.979.772.89-
YUV80.93100.39120.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 32 (12.89% from 255) = 16.16%
R=35.35%
G=48.48%
B=16.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096320.2700.670.6284.385025.1
Hex4660201B0433E543219
Octal10614040330103761246231
Binary100011011000001000001101101000011111110101010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466020; }

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

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

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

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

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

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

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

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