#485637

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

Shades of Clover #485637

Tints of Clover #485637

Color information

#485637 (or 0x485637) is unknown color: approx Clover. HEX triplet: 48, 56 and 37. RGB value is (72,86,55). Sum of RGB (Red+Green+Blue) = 72+86+55=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #485637 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485637 is #B7A9C8. Grayscale: #4E4E4E. Windows color (decimal): -12036553 or 3626568. OLE color: 3626568.

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

Color convert

RGB728655-
CMYK0.1600.360.66
HSL87.1º21.99%27.65%-
HSV(B)87.1º36.05%33.73%-
XYZ6.698.314.87-
YUV78.28114.86123.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 55 (21.88% from 255) = 25.82%
R=33.80%
G=40.38%
B=25.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286550.1600.360.6687.121.9927.65
Hex485637100244257161c
Octal11012667200441021272634
Binary10010001010110110111100000100100100001010101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485637; }

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

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

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

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

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

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

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

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