#486027

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

Shades of Clover #486027

Tints of Clover #486027

Color information

#486027 (or 0x486027) is unknown color: approx Clover. HEX triplet: 48, 60 and 27. RGB value is (72,96,39). Sum of RGB (Red+Green+Blue) = 72+96+39=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #486027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486027 is #B79FD8. Grayscale: #525252. Windows color (decimal): -12034009 or 2580552. OLE color: 2580552.

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

Color convert

RGB729639-
CMYK0.2500.590.62
HSL85.26º42.22%26.47%-
HSV(B)85.26º59.38%37.65%-
XYZ7.229.893.45-
YUV82.33103.55120.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=34.78%
G=46.38%
B=18.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296390.2500.590.6285.2642.2226.47
Hex4860271903B3E552a1a
Octal1101404731073761255232
Binary10010001100000100111110010111011111110101010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486027; }

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

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

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

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

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

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

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

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