#485529

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

Shades of Clover #485529

Tints of Clover #485529

Color information

#485529 (or 0x485529) is unknown color: approx Clover. HEX triplet: 48, 55 and 29. RGB value is (72,85,41). Sum of RGB (Red+Green+Blue) = 72+85+41=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #485529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485529 is #B7AAD6. Grayscale: #4C4C4C. Windows color (decimal): -12036823 or 2708808. OLE color: 2708808.

HSL color Cylindrical-coordinate representation of color #485529: hue angle of 77.73º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #485529 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB728541-
CMYK0.1500.520.67
HSL77.73º34.92%24.71%-
HSV(B)77.73º51.76%33.33%-
XYZ6.328.033.32-
YUV76.1108.19125.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 41 (16.41% from 255) = 20.71%
R=36.36%
G=42.93%
B=20.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285410.1500.520.6777.7334.9224.71
Hex485529F034434e2319
Octal11012551170641031164331
Binary10010001010101101001111101101001000011100111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485529; }

 p { color: rgb(72,85,41); }

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

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

 a { background-color: rgb(72,85,41); }

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

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

 span { border-color: rgb(72,85,41); }

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