#485E2C

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

Shades of Clover #485E2C

Tints of Clover #485E2C

Color information

#485E2C (or 0x485E2C) is unknown color: approx Clover. HEX triplet: 48, 5E and 2C. RGB value is (72,94,44). Sum of RGB (Red+Green+Blue) = 72+94+44=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 94 - color contains mainly: green. Hex color #485E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485E2C is #B7A1D3. Grayscale: #515151. Windows color (decimal): -12034516 or 2907720. OLE color: 2907720.

HSL color Cylindrical-coordinate representation of color #485E2C: hue angle of 86.4º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #485E2C is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.

Color convert

RGB729444-
CMYK0.2300.530.63
HSL86.4º36.23%27.06%-
HSV(B)86.4º53.19%36.86%-
XYZ7.139.563.85-
YUV81.72106.71121.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 94 (37.11% from 255) = 44.76%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=34.29%
G=44.76%
B=20.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7294440.2300.530.6386.436.2327.06
Hex485E2C170353F56241b
Octal1101365427065771264433
Binary10010001011110101100101110110101111111101011010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485E2C; }

 p { color: rgb(72,94,44); }

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

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

 a { background-color: rgb(72,94,44); }

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

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

 span { border-color: rgb(72,94,44); }

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