#486026

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

Shades of Clover #486026

Tints of Clover #486026

Color information

#486026 (or 0x486026) is unknown color: approx Clover. HEX triplet: 48, 60 and 26. RGB value is (72,96,38). Sum of RGB (Red+Green+Blue) = 72+96+38=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #486026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486026 is #B79FD9. Grayscale: #525252. Windows color (decimal): -12034010 or 2515016. OLE color: 2515016.

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

Color convert

RGB729638-
CMYK0.2500.600.62
HSL84.83º43.28%26.27%-
HSV(B)84.83º60.42%37.65%-
XYZ7.219.883.36-
YUV82.21103.05120.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 38 (15.23% from 255) = 18.45%
R=34.95%
G=46.60%
B=18.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296380.2500.600.6284.8343.2826.27
Hex4860261903C3E552b1a
Octal1101404631074761255332
Binary10010001100000100110110010111100111110101010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486026; }

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

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

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

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

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

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

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

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