#485827

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

Shades of Clover #485827

Tints of Clover #485827

Color information

#485827 (or 0x485827) is unknown color: approx Clover. HEX triplet: 48, 58 and 27. RGB value is (72,88,39). Sum of RGB (Red+Green+Blue) = 72+88+39=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 88 - color contains mainly: green. Hex color #485827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485827 is #B7A7D8. Grayscale: #4D4D4D. Windows color (decimal): -12036057 or 2578504. OLE color: 2578504.

HSL color Cylindrical-coordinate representation of color #485827: hue angle of 79.59º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #485827 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB728839-
CMYK0.1800.560.65
HSL79.59º38.58%24.9%-
HSV(B)79.59º55.68%34.51%-
XYZ6.538.53.22-
YUV77.63106.2123.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 88 (34.77% from 255) = 44.22%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=36.18%
G=44.22%
B=19.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288390.1800.560.6579.5938.5824.9
Hex4858271203841502719
Octal11013047220701011204731
Binary100100010110001001111001001110001000001101000010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485827; }

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

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

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

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

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

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

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

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