#486028

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

Shades of Clover #486028

Tints of Clover #486028

Color information

#486028 (or 0x486028) is unknown color: approx Clover. HEX triplet: 48, 60 and 28. RGB value is (72,96,40). Sum of RGB (Red+Green+Blue) = 72+96+40=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #486028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486028 is #B79FD7. Grayscale: #525252. Windows color (decimal): -12034008 or 2646088. OLE color: 2646088.

HSL color Cylindrical-coordinate representation of color #486028: hue angle of 85.71º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #486028 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB729640-
CMYK0.2500.580.62
HSL85.71º41.18%26.67%-
HSV(B)85.71º58.33%37.65%-
XYZ7.249.93.54-
YUV82.44104.05120.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=34.62%
G=46.15%
B=19.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296400.2500.580.6285.7141.1826.67
Hex4860281903A3E56291b
Octal1101405031072761265133
Binary10010001100000101000110010111010111110101011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486028; }

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

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

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

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

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

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

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

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