#4A5A2C

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

Shades of Clover #4A5A2C

Tints of Clover #4A5A2C

Color information

#4A5A2C (or 0x4A5A2C) is unknown color: approx Clover. HEX triplet: 4A, 5A and 2C. RGB value is (74,90,44). Sum of RGB (Red+Green+Blue) = 74+90+44=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5A2C is #B5A5D3. Grayscale: #505050. Windows color (decimal): -11904468 or 2906698. OLE color: 2906698.

HSL color Cylindrical-coordinate representation of color #4A5A2C: hue angle of 80.87º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A5A2C is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB749044-
CMYK0.1800.510.65
HSL80.87º34.33%26.27%-
HSV(B)80.87º51.11%35.29%-
XYZ6.938.953.74-
YUV79.97107.7123.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.58%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=35.58%
G=43.27%
B=21.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7490440.1800.510.6580.8734.3326.27
Hex4A5A2C120334151221a
Octal11213254220631011214232
Binary100101010110101011001001001100111000001101000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,90,44); }

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

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

 a { background-color: rgb(74,90,44); }

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

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

 span { border-color: rgb(74,90,44); }

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