#4A6025

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

Shades of Clover #4A6025

Tints of Clover #4A6025

Color information

#4A6025 (or 0x4A6025) is unknown color: approx Clover. HEX triplet: 4A, 60 and 25. RGB value is (74,96,37). Sum of RGB (Red+Green+Blue) = 74+96+37=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6025 is #B59FDA. Grayscale: #525252. Windows color (decimal): -11902939 or 2449482. OLE color: 2449482.

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

Color convert

RGB749637-
CMYK0.2300.610.62
HSL82.37º44.36%26.08%-
HSV(B)82.37º61.46%37.65%-
XYZ7.349.963.28-
YUV82.7102.21121.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.75%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 37 (14.84% from 255) = 17.87%
R=35.75%
G=46.38%
B=17.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7496370.2300.610.6282.3744.3626.08
Hex4A60251703D3E522c1a
Octal1121404527075761225432
Binary10010101100000100101101110111101111110101001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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