#466021

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

Shades of Clover #466021

Tints of Clover #466021

Color information

#466021 (or 0x466021) is unknown color: approx Clover. HEX triplet: 46, 60 and 21. RGB value is (70,96,33). Sum of RGB (Red+Green+Blue) = 70+96+33=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #466021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466021 is #B99FDE. Grayscale: #515151. Windows color (decimal): -12165087 or 2187334. OLE color: 2187334.

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

Color convert

RGB709633-
CMYK0.2700.660.62
HSL84.76º48.84%25.29%-
HSV(B)84.76º65.62%37.65%-
XYZ6.989.782.96-
YUV81.04100.89120.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=35.18%
G=48.24%
B=16.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096330.2700.660.6284.7648.8425.29
Hex4660211B0423E553119
Octal10614041330102761256131
Binary100011011000001000011101101000010111110101010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466021; }

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

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

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

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

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

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

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

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