#4A6125

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

Shades of Clover #4A6125

Tints of Clover #4A6125

Color information

#4A6125 (or 0x4A6125) is unknown color: approx Clover. HEX triplet: 4A, 61 and 25. RGB value is (74,97,37). Sum of RGB (Red+Green+Blue) = 74+97+37=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6125 is #B59EDA. Grayscale: #535353. Windows color (decimal): -11902683 or 2449738. OLE color: 2449738.

HSL color Cylindrical-coordinate representation of color #4A6125: hue angle of 83º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A6125 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB749737-
CMYK0.2400.620.62
HSL83º44.78%26.27%-
HSV(B)83º61.86%38.04%-
XYZ7.4310.143.32-
YUV83.28101.88121.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.58%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 37 (14.84% from 255) = 17.79%
R=35.58%
G=46.63%
B=17.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7497370.2400.620.628344.7826.27
Hex4A61251803E3E532d1a
Octal1121414530076761235532
Binary10010101100001100101110000111110111110101001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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