#4C5F55

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

Shades of Viridian Green #4C5F55

Tints of Viridian Green #4C5F55

Color information

#4C5F55 (or 0x4C5F55) is unknown color: approx Viridian Green. HEX triplet: 4C, 5F and 55. RGB value is (76,95,85). Sum of RGB (Red+Green+Blue) = 76+95+85=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 95 - color contains mainly: green. Hex color #4C5F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5F55 is #B3A0AA. Grayscale: #585858. Windows color (decimal): -11772075 or 5594956. OLE color: 5594956.

HSL color Cylindrical-coordinate representation of color #4C5F55: hue angle of 148.42º 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 #4C5F55 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB769585-
CMYK0.2000.110.63
HSL148.42º11.11%33.53%-
HSV(B)148.42º20%37.25%-
XYZ8.7110.3810.14-
YUV88.18126.21119.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.69%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=29.69%
G=37.11%
B=33.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7695850.2000.110.63148.4211.1133.53
Hex4C5F55140B3F94b22
Octal11413712524013772241342
Binary1001100101111110101011010001011111111100101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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