#4C6E60

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

Shades of Viridian Green #4C6E60

Tints of Viridian Green #4C6E60

Color information

#4C6E60 (or 0x4C6E60) is unknown color: approx Viridian Green. HEX triplet: 4C, 6E and 60. RGB value is (76,110,96). Sum of RGB (Red+Green+Blue) = 76+110+96=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 110 - color contains mainly: green. Hex color #4C6E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6E60 is #B3919F. Grayscale: #626262. Windows color (decimal): -11768224 or 6319692. OLE color: 6319692.

HSL color Cylindrical-coordinate representation of color #4C6E60: hue angle of 155.29º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4C6E60 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB7611096-
CMYK0.3100.130.57
HSL155.29º18.28%36.47%-
HSV(B)155.29º30.91%43.14%-
XYZ10.6713.5313.12-
YUV98.24126.74112.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.95%
GREEN value IS 110 (43.36% from 255) = 39.01%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=26.95%
G=39.01%
B=34.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76110960.3100.130.57155.2918.2836.47
Hex4C6E601F0D399b1224
Octal11415614037015712332244
Binary10011001101110110000011111011011110011001101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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