#4C8871

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

Shades of Viridian #4C8871

Tints of Viridian #4C8871

Color information

#4C8871 (or 0x4C8871) is unknown color: approx Viridian. HEX triplet: 4C, 88 and 71. RGB value is (76,136,113). Sum of RGB (Red+Green+Blue) = 76+136+113=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #4C8871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8871 is #B3778E. Grayscale: #737373. Windows color (decimal): -11761551 or 7440460. OLE color: 7440460.

HSL color Cylindrical-coordinate representation of color #4C8871: hue angle of 157º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C8871 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB76136113-
CMYK0.4400.170.47
HSL157º28.3%41.57%-
HSV(B)157º44.12%53.33%-
XYZ14.7720.3418.77-
YUV115.44126.6299.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.38%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=23.38%
G=41.85%
B=34.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal761361130.4400.170.4715728.341.57
Hex4C88712C0112F9d1c2a
Octal11421016154021572353452
Binary10011001000100011100011011000100011011111001110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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