#485925

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

Shades of Clover #485925

Tints of Clover #485925

Color information

#485925 (or 0x485925) is unknown color: approx Clover. HEX triplet: 48, 59 and 25. RGB value is (72,89,37). Sum of RGB (Red+Green+Blue) = 72+89+37=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #485925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485925 is #B7A6DA. Grayscale: #4E4E4E. Windows color (decimal): -12035803 or 2447688. OLE color: 2447688.

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

Color convert

RGB728937-
CMYK0.1900.580.65
HSL79.62º41.27%24.71%-
HSV(B)79.62º58.43%34.9%-
XYZ6.588.663.07-
YUV77.99104.87123.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 89 (35.16% from 255) = 44.95%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=36.36%
G=44.95%
B=18.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289370.1900.580.6579.6241.2724.71
Hex4859251303A41502919
Octal11013145230721011205131
Binary100100010110011001011001101110101000001101000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485925; }

 p { color: rgb(72,89,37); }

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

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

 a { background-color: rgb(72,89,37); }

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

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

 span { border-color: rgb(72,89,37); }

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