#485937

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

Shades of Clover #485937

Tints of Clover #485937

Color information

#485937 (or 0x485937) is unknown color: approx Clover. HEX triplet: 48, 59 and 37. RGB value is (72,89,55). Sum of RGB (Red+Green+Blue) = 72+89+55=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #485937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485937 is #B7A6C8. Grayscale: #505050. Windows color (decimal): -12035785 or 3627336. OLE color: 3627336.

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

Color convert

RGB728955-
CMYK0.1900.380.65
HSL90º23.61%28.24%-
HSV(B)90º38.2%34.9%-
XYZ6.938.84.95-
YUV80.04113.87122.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=33.33%
G=41.20%
B=25.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289550.1900.380.659023.6128.24
Hex48593713026415a181c
Octal11013167230461011323034
Binary10010001011001110111100110100110100000110110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485937; }

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

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

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

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

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

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

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

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