#4C8877

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

Shades of Viridian #4C8877

Tints of Viridian #4C8877

Color information

#4C8877 (or 0x4C8877) is unknown color: approx Viridian. HEX triplet: 4C, 88 and 77. RGB value is (76,136,119). Sum of RGB (Red+Green+Blue) = 76+136+119=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #4C8877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8877 is #B37788. Grayscale: #747474. Windows color (decimal): -11761545 or 7833676. OLE color: 7833676.

HSL color Cylindrical-coordinate representation of color #4C8877: hue angle of 163º 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 #4C8877 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB76136119-
CMYK0.4400.120.47
HSL163º28.3%41.57%-
HSV(B)163º44.12%53.33%-
XYZ15.1120.4820.61-
YUV116.12129.6299.38-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.96%
GREEN value IS 136 (53.52% from 255) = 41.09%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=22.96%
G=41.09%
B=35.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal761361190.4400.120.4716328.341.57
Hex4C88772C0C2Fa31c2a
Octal11421016754014572433452
Binary1001100100010001110111101100011001011111010001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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