#485636

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

Shades of Clover #485636

Tints of Clover #485636

Color information

#485636 (or 0x485636) is unknown color: approx Clover. HEX triplet: 48, 56 and 36. RGB value is (72,86,54). Sum of RGB (Red+Green+Blue) = 72+86+54=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #485636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485636 is #B7A9C9. Grayscale: #4E4E4E. Windows color (decimal): -12036554 or 3561032. OLE color: 3561032.

HSL color Cylindrical-coordinate representation of color #485636: hue angle of 86.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #485636 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB728654-
CMYK0.1600.370.66
HSL86.25º22.86%27.45%-
HSV(B)86.25º37.21%33.73%-
XYZ6.678.34.74-
YUV78.17114.36123.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 54 (21.48% from 255) = 25.47%
R=33.96%
G=40.57%
B=25.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286540.1600.370.6686.2522.8627.45
Hex485636100254256171b
Octal11012666200451021262733
Binary10010001010110110110100000100101100001010101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485636; }

 p { color: rgb(72,86,54); }

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

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

 a { background-color: rgb(72,86,54); }

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

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

 span { border-color: rgb(72,86,54); }

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