#486020

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

Shades of Clover #486020

Tints of Clover #486020

Color information

#486020 (or 0x486020) is unknown color: approx Clover. HEX triplet: 48, 60 and 20. RGB value is (72,96,32). Sum of RGB (Red+Green+Blue) = 72+96+32=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #486020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486020 is #B79FDF. Grayscale: #515151. Windows color (decimal): -12034016 or 2121800. OLE color: 2121800.

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

Color convert

RGB729632-
CMYK0.2500.670.62
HSL82.5º50%25.1%-
HSV(B)82.5º66.67%37.65%-
XYZ7.129.852.89-
YUV81.53100.05121.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 32 (12.89% from 255) = 16%
R=36%
G=48%
B=16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296320.2500.670.6282.55025.1
Hex486020190433E523219
Octal11014040310103761226231
Binary100100011000001000001100101000011111110101001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486020; }

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

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

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

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

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

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

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

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