#4C6056

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

Shades of Viridian Green #4C6056

Tints of Viridian Green #4C6056

Color information

#4C6056 (or 0x4C6056) is unknown color: approx Viridian Green. HEX triplet: 4C, 60 and 56. RGB value is (76,96,86). Sum of RGB (Red+Green+Blue) = 76+96+86=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6056 is #B39FA9. Grayscale: #585858. Windows color (decimal): -11771818 or 5660748. OLE color: 5660748.

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

Color convert

RGB769686-
CMYK0.2100.100.62
HSL150º11.63%33.73%-
HSV(B)150º20.83%37.65%-
XYZ8.8410.5710.38-
YUV88.88126.37118.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.46%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 86 (33.98% from 255) = 33.33%
R=29.46%
G=37.21%
B=33.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696860.2100.100.6215011.6333.73
Hex4C6056150A3E96c22
Octal11414012625012762261442
Binary1001100110000010101101010101010111110100101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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