#4A5D2D

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

Shades of Clover #4A5D2D

Tints of Clover #4A5D2D

Color information

#4A5D2D (or 0x4A5D2D) is unknown color: approx Clover. HEX triplet: 4A, 5D and 2D. RGB value is (74,93,45). Sum of RGB (Red+Green+Blue) = 74+93+45=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #4A5D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5D2D is #B5A2D2. Grayscale: #525252. Windows color (decimal): -11903699 or 2973002. OLE color: 2973002.

HSL color Cylindrical-coordinate representation of color #4A5D2D: hue angle of 83.75º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A5D2D is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB749345-
CMYK0.2000.520.64
HSL83.75º34.78%27.06%-
HSV(B)83.75º51.61%36.47%-
XYZ7.219.473.93-
YUV81.85107.21122.4-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.91%
GREEN value IS 93 (36.72% from 255) = 43.87%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=34.91%
G=43.87%
B=21.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7493450.2000.520.6483.7534.7827.06
Hex4A5D2D140344054231b
Octal11213555240641001244333
Binary100101010111011011011010001101001000000101010010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,93,45); }

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

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

 a { background-color: rgb(74,93,45); }

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

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

 span { border-color: rgb(74,93,45); }

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