#4C8171

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

Shades of Viridian #4C8171

Tints of Viridian #4C8171

Color information

#4C8171 (or 0x4C8171) is unknown color: approx Viridian. HEX triplet: 4C, 81 and 71. RGB value is (76,129,113). Sum of RGB (Red+Green+Blue) = 76+129+113=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #4C8171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8171 is #B37E8E. Grayscale: #6F6F6F. Windows color (decimal): -11763343 or 7438668. OLE color: 7438668.

HSL color Cylindrical-coordinate representation of color #4C8171: hue angle of 161.89º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C8171 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB76129113-
CMYK0.4100.120.49
HSL161.89º25.85%40.2%-
HSV(B)161.89º41.09%50.59%-
XYZ13.8118.4318.45-
YUV111.33128.94102.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.90%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=23.90%
G=40.57%
B=35.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal761291130.4100.120.49161.8925.8540.2
Hex4C8171290C31a21a28
Octal11420116151014612423250
Binary1001100100000011110001101001011001100011010001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,129,113); }

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

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

 a { background-color: rgb(76,129,113); }

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

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

 span { border-color: rgb(76,129,113); }

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