#4A5634

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

Shades of Clover #4A5634

Tints of Clover #4A5634

Color information

#4A5634 (or 0x4A5634) is unknown color: approx Clover. HEX triplet: 4A, 56 and 34. RGB value is (74,86,52). Sum of RGB (Red+Green+Blue) = 74+86+52=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5634 is #B5A9CB. Grayscale: #4E4E4E. Windows color (decimal): -11905484 or 3429962. OLE color: 3429962.

HSL color Cylindrical-coordinate representation of color #4A5634: hue angle of 81.18º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A5634 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB748652-
CMYK0.1400.400.66
HSL81.18º24.64%27.06%-
HSV(B)81.18º39.53%33.73%-
XYZ6.778.364.51-
YUV78.54113.02124.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.91%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=34.91%
G=40.57%
B=24.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7486520.1400.400.6681.1824.6427.06
Hex4A5634E0284251191b
Octal11212664160501021213133
Binary1001010101011011010011100101000100001010100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,86,52); }

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

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

 a { background-color: rgb(74,86,52); }

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

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

 span { border-color: rgb(74,86,52); }

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