#486122

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

Shades of Clover #486122

Tints of Clover #486122

Color information

#486122 (or 0x486122) is unknown color: approx Clover. HEX triplet: 48, 61 and 22. RGB value is (72,97,34). Sum of RGB (Red+Green+Blue) = 72+97+34=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #486122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486122 is #B79EDD. Grayscale: #525252. Windows color (decimal): -12033758 or 2253128. OLE color: 2253128.

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

Color convert

RGB729734-
CMYK0.2600.650.62
HSL83.81º48.09%25.69%-
HSV(B)83.81º64.95%38.04%-
XYZ7.2410.043.07-
YUV82.34100.72120.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 97 (38.28% from 255) = 47.78%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=35.47%
G=47.78%
B=16.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297340.2600.650.6283.8148.0925.69
Hex4861221A0413E54301a
Octal11014142320101761246032
Binary100100011000011000101101001000001111110101010011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486122; }

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

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

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

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

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

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

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

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