#485A2E

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

Shades of Clover #485A2E

Tints of Clover #485A2E

Color information

#485A2E (or 0x485A2E) is unknown color: approx Clover. HEX triplet: 48, 5A and 2E. RGB value is (72,90,46). Sum of RGB (Red+Green+Blue) = 72+90+46=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #485A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A2E is #B7A5D1. Grayscale: #4F4F4F. Windows color (decimal): -12035538 or 3037768. OLE color: 3037768.

HSL color Cylindrical-coordinate representation of color #485A2E: hue angle of 84.55º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #485A2E is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB729046-
CMYK0.2000.490.65
HSL84.55º32.35%26.67%-
HSV(B)84.55º48.89%35.29%-
XYZ6.828.893.94-
YUV79.6109.04122.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=34.62%
G=43.27%
B=22.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7290460.2000.490.6584.5532.3526.67
Hex485A2E140314155201b
Octal11013256240611011254033
Binary100100010110101011101010001100011000001101010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,90,46); }

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

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

 a { background-color: rgb(72,90,46); }

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

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

 span { border-color: rgb(72,90,46); }

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