Html Css Color HEX #4C5D58 Viridian Green

📋 copy color: '#4C5D58'

red 76 ◦ green 93 ◦ blue 88

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

Shades of Viridian Green #4C5D58

Tints of Viridian Green #4C5D58

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 value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#4C5D58 (or 0x4C5D58) is known color: 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

RGB 76 93 88 -
CMYK 0.18 0 0.05 0.64
HSL 162.35º 0.1% 0.33% -
HSV(B) 162.35º 0.18% 0.36% -
XYZ 8.66 10.07 10.72 -
YUV 87.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 76 93 88 0.18 0 0.05 0.64 162.35 0.1 0.33
Hex 4C 5D 58 12 0 5 40 A2 A 21
Octal 114 135 130 22 0 5 100 242 12 41
Binary 1001100 1011101 1011000 10010 0 101 1000000 10100010 1010 100001

Color Harmonies of #4C5D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5D58

Black with #4C5D58

Text Example


Text Example

White with #4C5D58

Text Example


Text Example

HTML Codes & Css Web 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>