#4C8872

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

Shades of Viridian #4C8872

Tints of Viridian #4C8872

Color information

#4C8872 (or 0x4C8872) is unknown color: approx Viridian. HEX triplet: 4C, 88 and 72. RGB value is (76,136,114). Sum of RGB (Red+Green+Blue) = 76+136+114=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #4C8872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8872 is #B3778D. Grayscale: #737373. Windows color (decimal): -11761550 or 7505996. OLE color: 7505996.

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

Color convert

RGB76136114-
CMYK0.4400.160.47
HSL158º28.3%41.57%-
HSV(B)158º44.12%53.33%-
XYZ14.8220.3619.07-
YUV115.55127.1299.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.31%
GREEN value IS 136 (53.52% from 255) = 41.72%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=23.31%
G=41.72%
B=34.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal761361140.4400.160.4715828.341.57
Hex4C88722C0102F9e1c2a
Octal11421016254020572363452
Binary10011001000100011100101011000100001011111001111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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