Html Css Color HEX #4C5F57 Viridian Green

📋 copy color: '#4C5F57'

red 76 ◦ green 95 ◦ blue 87

#4C5F57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #4C5F57

Tints of Viridian Green #4C5F57

RGB

 RED value IS 76 (30.08% from 255) = 29.46%

 GREEN value IS 95 (37.5% from 255) = 36.82%

 BLUE value IS 87 (34.38% from 255) = 33.72%

R = 29.46%
G = 36.82%
B = 33.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.63

RGB Variations

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

Color information

#4C5F57 (or 0x4C5F57) is known color: Viridian Green. HEX triplet: 4C, 5F and 57. RGB value is (76,95,87). Sum of RGB (Red+Green+Blue) = 76+95+87=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 95 - color contains mainly: green. Hex color #4C5F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5F57 is #B3A0A8. Grayscale: #585858. Windows color (decimal): -11772073 or 5726028. OLE color: 5726028.

HSL color Cylindrical-coordinate representation of color #4C5F57: hue angle of 154.74º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C5F57 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 95 87 -
CMYK 0.20 0 0.08 0.63
HSL 154.74º 0.11% 0.34% -
HSV(B) 154.74º 0.2% 0.37% -
XYZ 8.79 10.41 10.56 -
YUV 88.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 76 95 87 0.20 0 0.08 0.63 154.74 0.11 0.34
Hex 4C 5F 57 14 0 8 3F 9B B 22
Octal 114 137 127 24 0 10 77 233 13 42
Binary 1001100 1011111 1010111 10100 0 1000 111111 10011011 1011 100010

Color Harmonies of #4C5F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5F57

Black with #4C5F57

Text Example


Text Example

White with #4C5F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,95,87); }

 H1.HeaderClassName
 {
   color: #4C5F57;
 }
 .AnyTagClassName
 {
   color: #4C5F57;
 }
</style>

background-color css

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

 a { background-color: rgb(76,95,87); }

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

border-color css

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

 span { border-color: rgb(76,95,87); }

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