#4C5D58

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

Shades of Viridian Green #4C5D58

Tints of Viridian Green #4C5D58

Color information

#4C5D58 (or 0x4C5D58) is unknown color: approx Viridian Green. HEX triplet: 4C, 5D and 58. RGB value is (76,93,88). Sum of RGB (Red+Green+Blue) = 76+93+88=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 93 - color contains mainly: green. Hex color #4C5D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5D58 is #B3A2A7. Grayscale: #575757. Windows color (decimal): -11772584 or 5791052. OLE color: 5791052.

HSL color Cylindrical-coordinate representation of color #4C5D58: hue angle of 162.35º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C5D58 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB769388-
CMYK0.1800.050.64
HSL162.35º10.06%33.14%-
HSV(B)162.35º18.28%36.47%-
XYZ8.6610.0710.72-
YUV87.35128.37119.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.57%
GREEN value IS 93 (36.72% from 255) = 36.19%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=29.57%
G=36.19%
B=34.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7693880.1800.050.64162.3510.0633.14
Hex4C5D58120540a2a21
Octal11413513022051002421241
Binary1001100101110110110001001001011000000101000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,93,88); }

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

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

 a { background-color: rgb(76,93,88); }

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

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

 span { border-color: rgb(76,93,88); }

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