#485828

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

Shades of Clover #485828

Tints of Clover #485828

Color information

#485828 (or 0x485828) is unknown color: approx Clover. HEX triplet: 48, 58 and 28. RGB value is (72,88,40). Sum of RGB (Red+Green+Blue) = 72+88+40=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #485828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485828 is #B7A7D7. Grayscale: #4D4D4D. Windows color (decimal): -12036056 or 2644040. OLE color: 2644040.

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

Color convert

RGB728840-
CMYK0.1800.550.65
HSL80º37.5%25.1%-
HSV(B)80º54.55%34.51%-
XYZ6.558.513.31-
YUV77.74106.7123.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 88 (34.77% from 255) = 44%
BLUE value IS 40 (16.02% from 255) = 20%
R=36%
G=44%
B=20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288400.1800.550.658037.525.1
Hex4858281203741502619
Octal11013050220671011204631
Binary100100010110001010001001001101111000001101000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485828; }

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

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

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

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

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

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

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

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