#485A25

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

Shades of Clover #485A25

Tints of Clover #485A25

Color information

#485A25 (or 0x485A25) is unknown color: approx Clover. HEX triplet: 48, 5A and 25. RGB value is (72,90,37). Sum of RGB (Red+Green+Blue) = 72+90+37=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #485A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A25 is #B7A5DA. Grayscale: #4E4E4E. Windows color (decimal): -12035547 or 2447944. OLE color: 2447944.

HSL color Cylindrical-coordinate representation of color #485A25: hue angle of 80.38º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #485A25 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB729037-
CMYK0.2000.590.65
HSL80.38º41.73%24.9%-
HSV(B)80.38º58.89%35.29%-
XYZ6.668.823.1-
YUV78.58104.54123.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 90 (35.55% from 255) = 45.23%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=36.18%
G=45.23%
B=18.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7290370.2000.590.6580.3841.7324.9
Hex485A251403B41502a19
Octal11013245240731011205231
Binary100100010110101001011010001110111000001101000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485A25; }

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

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

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

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

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

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

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

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