#4C5D2D

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

Shades of Clover #4C5D2D

Tints of Clover #4C5D2D

Color information

#4C5D2D (or 0x4C5D2D) is unknown color: approx Clover. HEX triplet: 4C, 5D and 2D. RGB value is (76,93,45). Sum of RGB (Red+Green+Blue) = 76+93+45=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #4C5D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5D2D is #B3A2D2. Grayscale: #525252. Windows color (decimal): -11772627 or 2973004. OLE color: 2973004.

HSL color Cylindrical-coordinate representation of color #4C5D2D: hue angle of 81.25º 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 #4C5D2D is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB769345-
CMYK0.1800.520.64
HSL81.25º34.78%27.06%-
HSV(B)81.25º51.61%36.47%-
XYZ7.379.553.94-
YUV82.44106.87123.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.51%
GREEN value IS 93 (36.72% from 255) = 43.46%
BLUE value IS 45 (17.97% from 255) = 21.03%
R=35.51%
G=43.46%
B=21.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7693450.1800.520.6481.2534.7827.06
Hex4C5D2D120344051231b
Octal11413555220641001214333
Binary100110010111011011011001001101001000000101000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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