#485627

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

Shades of Clover #485627

Tints of Clover #485627

Color information

#485627 (or 0x485627) is unknown color: approx Clover. HEX triplet: 48, 56 and 27. RGB value is (72,86,39). Sum of RGB (Red+Green+Blue) = 72+86+39=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #485627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485627 is #B7A9D8. Grayscale: #4C4C4C. Windows color (decimal): -12036569 or 2577992. OLE color: 2577992.

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

Color convert

RGB728639-
CMYK0.1600.550.66
HSL77.87º37.6%24.51%-
HSV(B)77.87º54.65%33.73%-
XYZ6.378.183.16-
YUV76.46106.86124.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 39 (15.62% from 255) = 19.80%
R=36.55%
G=43.65%
B=19.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286390.1600.550.6677.8737.624.51
Hex48562710037424e2619
Octal11012647200671021164631
Binary100100010101101001111000001101111000010100111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485627; }

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

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

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

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

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

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

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

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