#485935

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

Shades of Clover #485935

Tints of Clover #485935

Color information

#485935 (or 0x485935) is unknown color: approx Clover. HEX triplet: 48, 59 and 35. RGB value is (72,89,53). Sum of RGB (Red+Green+Blue) = 72+89+53=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #485935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485935 is #B7A6CA. Grayscale: #4F4F4F. Windows color (decimal): -12035787 or 3496264. OLE color: 3496264.

HSL color Cylindrical-coordinate representation of color #485935: hue angle of 88.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485935 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB728953-
CMYK0.1900.400.65
HSL88.33º25.35%27.84%-
HSV(B)88.33º40.45%34.9%-
XYZ6.898.784.7-
YUV79.81112.87122.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 89 (35.16% from 255) = 41.59%
BLUE value IS 53 (21.09% from 255) = 24.77%
R=33.64%
G=41.59%
B=24.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289530.1900.400.6588.3325.3527.84
Hex485935130284158191c
Octal11013165230501011303134
Binary10010001011001110101100110101000100000110110001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485935; }

 p { color: rgb(72,89,53); }

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

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

 a { background-color: rgb(72,89,53); }

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

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

 span { border-color: rgb(72,89,53); }

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