#485726

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

Shades of Clover #485726

Tints of Clover #485726

Color information

#485726 (or 0x485726) is unknown color: approx Clover. HEX triplet: 48, 57 and 26. RGB value is (72,87,38). Sum of RGB (Red+Green+Blue) = 72+87+38=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 87 - color contains mainly: green. Hex color #485726 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485726 is #B7A8D9. Grayscale: #4D4D4D. Windows color (decimal): -12036314 or 2512712. OLE color: 2512712.

HSL color Cylindrical-coordinate representation of color #485726: hue angle of 78.37º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #485726 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB728738-
CMYK0.1700.560.66
HSL78.37º39.2%24.51%-
HSV(B)78.37º56.32%34.12%-
XYZ6.438.333.1-
YUV76.93106.03124.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 87 (34.38% from 255) = 44.16%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=36.55%
G=44.16%
B=19.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7287380.1700.560.6678.3739.224.51
Hex48572611038424e2719
Octal11012746210701021164731
Binary100100010101111001101000101110001000010100111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485726; }

 p { color: rgb(72,87,38); }

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

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

 a { background-color: rgb(72,87,38); }

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

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

 span { border-color: rgb(72,87,38); }

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