#4C866C

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

Shades of Viridian #4C866C

Tints of Viridian #4C866C

Color information

#4C866C (or 0x4C866C) is unknown color: approx Viridian. HEX triplet: 4C, 86 and 6C. RGB value is (76,134,108). Sum of RGB (Red+Green+Blue) = 76+134+108=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #4C866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C866C is #B37993. Grayscale: #717171. Windows color (decimal): -11762068 or 7112268. OLE color: 7112268.

HSL color Cylindrical-coordinate representation of color #4C866C: hue angle of 153.1º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C866C is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB76134108-
CMYK0.4300.190.47
HSL153.1º27.62%41.18%-
HSV(B)153.1º43.28%52.55%-
XYZ14.2119.6717.23-
YUV113.69124.78101.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.90%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=23.90%
G=42.14%
B=33.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal761341080.4300.190.47153.127.6241.18
Hex4C866C2B0132F991c29
Octal11420615453023572313451
Binary10011001000011011011001010110100111011111001100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,134,108); }

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

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

 a { background-color: rgb(76,134,108); }

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

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

 span { border-color: rgb(76,134,108); }

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