#485036

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

Shades of Clover #485036

Tints of Clover #485036

Color information

#485036 (or 0x485036) is unknown color: approx Clover. HEX triplet: 48, 50 and 36. RGB value is (72,80,54). Sum of RGB (Red+Green+Blue) = 72+80+54=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #485036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485036 is #B7AFC9. Grayscale: #4A4A4A. Windows color (decimal): -12038090 or 3559496. OLE color: 3559496.

HSL color Cylindrical-coordinate representation of color #485036: hue angle of 78.46º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #485036 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB728054-
CMYK0.1000.330.69
HSL78.46º19.4%26.27%-
HSV(B)78.46º32.5%31.37%-
XYZ6.217.384.59-
YUV74.64116.35126.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=34.95%
G=38.83%
B=26.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280540.1000.330.6978.4619.426.27
Hex485036A021454e131a
Octal11012066120411051162332
Binary1001000101000011011010100100001100010110011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485036; }

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

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

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

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

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

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

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

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