#485530

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

Shades of Clover #485530

Tints of Clover #485530

Color information

#485530 (or 0x485530) is unknown color: approx Clover. HEX triplet: 48, 55 and 30. RGB value is (72,85,48). Sum of RGB (Red+Green+Blue) = 72+85+48=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #485530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485530 is #B7AACF. Grayscale: #4D4D4D. Windows color (decimal): -12036816 or 3167560. OLE color: 3167560.

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

Color convert

RGB728548-
CMYK0.1500.440.67
HSL81.08º27.82%26.08%-
HSV(B)81.08º43.53%33.33%-
XYZ6.458.094.02-
YUV76.9111.69124.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 48 (19.14% from 255) = 23.41%
R=35.12%
G=41.46%
B=23.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285480.1500.440.6781.0827.8226.08
Hex485530F02C43511c1a
Octal11012560170541031213432
Binary1001000101010111000011110101100100001110100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485530; }

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

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

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

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

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

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

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

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