#4A552E

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

Shades of Clover #4A552E

Tints of Clover #4A552E

Color information

#4A552E (or 0x4A552E) is unknown color: approx Clover. HEX triplet: 4A, 55 and 2E. RGB value is (74,85,46). Sum of RGB (Red+Green+Blue) = 74+85+46=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #4A552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A552E is #B5AAD1. Grayscale: #4D4D4D. Windows color (decimal): -11905746 or 3036490. OLE color: 3036490.

HSL color Cylindrical-coordinate representation of color #4A552E: hue angle of 76.92º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A552E is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB748546-
CMYK0.1300.460.67
HSL76.92º29.77%25.69%-
HSV(B)76.92º45.88%33.33%-
XYZ6.578.153.81-
YUV77.26110.36125.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.10%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=36.10%
G=41.46%
B=22.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7485460.1300.460.6776.9229.7725.69
Hex4A552ED02E434d1e1a
Octal11212556150561031153632
Binary1001010101010110111011010101110100001110011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,85,46); }

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

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

 a { background-color: rgb(74,85,46); }

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

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

 span { border-color: rgb(74,85,46); }

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