#485832

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

Shades of Clover #485832

Tints of Clover #485832

Color information

#485832 (or 0x485832) is unknown color: approx Clover. HEX triplet: 48, 58 and 32. RGB value is (72,88,50). Sum of RGB (Red+Green+Blue) = 72+88+50=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #485832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485832 is #B7A7CD. Grayscale: #4F4F4F. Windows color (decimal): -12036046 or 3299400. OLE color: 3299400.

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

Color convert

RGB728850-
CMYK0.1800.430.65
HSL85.26º27.54%27.06%-
HSV(B)85.26º43.18%34.51%-
XYZ6.748.594.32-
YUV78.88111.7123.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=34.29%
G=41.90%
B=23.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288500.1800.430.6585.2627.5427.06
Hex4858321202B41551c1b
Octal11013062220531011253433
Binary10010001011000110010100100101011100000110101011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485832; }

 p { color: rgb(72,88,50); }

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

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

 a { background-color: rgb(72,88,50); }

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

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

 span { border-color: rgb(72,88,50); }

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