Html Css Color HEX #466222 Clover

📋 copy color: '#466222'

red 70 ◦ green 98 ◦ blue 34

#466222
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clover #466222

Tints of Clover #466222

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 value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#466222 (or 0x466222) is known color: 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

RGB 70 98 34 -
CMYK 0.29 0 0.65 0.62
HSL 86.25º 0.48% 0.26% -
HSV(B) 86.25º 0.65% 0.38% -
XYZ 7.18 10.15 3.09 -
YUV 82.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 70 98 34 0.29 0 0.65 0.62 86.25 0.48 0.26
Hex 46 62 22 1D 0 41 3E 56 30 1A
Octal 106 142 42 35 0 101 76 126 60 32
Binary 1000110 1100010 100010 11101 0 1000001 111110 1010110 110000 11010

Color Harmonies of #466222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466222

Black with #466222

Text Example


Text Example

White with #466222

Text Example


Text Example

HTML Codes & Css Web 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>