#485437

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

Shades of Clover #485437

Tints of Clover #485437

Color information

#485437 (or 0x485437) is unknown color: approx Clover. HEX triplet: 48, 54 and 37. RGB value is (72,84,55). Sum of RGB (Red+Green+Blue) = 72+84+55=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #485437 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485437 is #B7ABC8. Grayscale: #4D4D4D. Windows color (decimal): -12037065 or 3626056. OLE color: 3626056.

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

Color convert

RGB728455-
CMYK0.1400.350.67
HSL84.83º20.86%27.25%-
HSV(B)84.83º34.52%32.94%-
XYZ6.537.994.81-
YUV77.11115.52124.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 55 (21.88% from 255) = 26.07%
R=34.12%
G=39.81%
B=26.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284550.1400.350.6784.8320.8627.25
Hex485437E0234355151b
Octal11012467160431031252533
Binary1001000101010011011111100100011100001110101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485437; }

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

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

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

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

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

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

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

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