#4C7061

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

Shades of Viridian Green #4C7061

Tints of Viridian Green #4C7061

Color information

#4C7061 (or 0x4C7061) is unknown color: approx Viridian Green. HEX triplet: 4C, 70 and 61. RGB value is (76,112,97). Sum of RGB (Red+Green+Blue) = 76+112+97=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7061 is #B38F9E. Grayscale: #636363. Windows color (decimal): -11767711 or 6385740. OLE color: 6385740.

HSL color Cylindrical-coordinate representation of color #4C7061: hue angle of 155º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C7061 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB7611297-
CMYK0.3200.130.56
HSL155º19.15%36.86%-
HSV(B)155º32.14%43.92%-
XYZ10.9313.9913.43-
YUV99.53126.57111.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.67%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=26.67%
G=39.30%
B=34.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76112970.3200.130.5615519.1536.86
Hex4C7061200D389b1325
Octal11416014140015702332345
Binary100110011100001100001100000011011110001001101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,112,97); }

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

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

 a { background-color: rgb(76,112,97); }

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

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

 span { border-color: rgb(76,112,97); }

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