#4A5D25

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

Shades of Clover #4A5D25

Tints of Clover #4A5D25

Color information

#4A5D25 (or 0x4A5D25) is unknown color: approx Clover. HEX triplet: 4A, 5D and 25. RGB value is (74,93,37). Sum of RGB (Red+Green+Blue) = 74+93+37=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #4A5D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5D25 is #B5A2DA. Grayscale: #515151. Windows color (decimal): -11903707 or 2448714. OLE color: 2448714.

HSL color Cylindrical-coordinate representation of color #4A5D25: hue angle of 80.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A5D25 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB749337-
CMYK0.2000.600.64
HSL80.36º43.08%25.49%-
HSV(B)80.36º60.22%36.47%-
XYZ7.079.423.2-
YUV80.93103.21123.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.27%
GREEN value IS 93 (36.72% from 255) = 45.59%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=36.27%
G=45.59%
B=18.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7493370.2000.600.6480.3643.0825.49
Hex4A5D251403C40502b19
Octal11213545240741001205331
Binary100101010111011001011010001111001000000101000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A5D25; }

 p { color: rgb(74,93,37); }

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

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

 a { background-color: rgb(74,93,37); }

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

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

 span { border-color: rgb(74,93,37); }

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