#4C6031

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

Shades of Clover #4C6031

Tints of Clover #4C6031

Color information

#4C6031 (or 0x4C6031) is unknown color: approx Clover. HEX triplet: 4C, 60 and 31. RGB value is (76,96,49). Sum of RGB (Red+Green+Blue) = 76+96+49=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6031 is #B39FCE. Grayscale: #545454. Windows color (decimal): -11771855 or 3235916. OLE color: 3235916.

HSL color Cylindrical-coordinate representation of color #4C6031: hue angle of 85.53º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C6031 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB769649-
CMYK0.2100.490.62
HSL85.53º32.41%28.43%-
HSV(B)85.53º48.96%37.65%-
XYZ7.7210.124.45-
YUV84.66107.87121.82-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.39%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=34.39%
G=43.44%
B=22.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696490.2100.490.6285.5332.4128.43
Hex4C6031150313E56201c
Octal1141406125061761264034
Binary10011001100000110001101010110001111110101011010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,96,49); }

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

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

 a { background-color: rgb(76,96,49); }

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

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

 span { border-color: rgb(76,96,49); }

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