#4C8370

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

Shades of Viridian #4C8370

Tints of Viridian #4C8370

Color information

#4C8370 (or 0x4C8370) is unknown color: approx Viridian. HEX triplet: 4C, 83 and 70. RGB value is (76,131,112). Sum of RGB (Red+Green+Blue) = 76+131+112=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #4C8370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8370 is #B37C8F. Grayscale: #707070. Windows color (decimal): -11762832 or 7373644. OLE color: 7373644.

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

Color convert

RGB76131112-
CMYK0.4200.150.49
HSL159.27º26.57%40.59%-
HSV(B)159.27º41.98%51.37%-
XYZ14.0218.9418.25-
YUV112.39127.78102.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.82%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=23.82%
G=41.07%
B=35.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal761311120.4200.150.49159.2726.5740.59
Hex4C83702A0F319f1b29
Octal11420316052017612373351
Binary1001100100000111110000101010011111100011001111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,131,112); }

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

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

 a { background-color: rgb(76,131,112); }

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

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

 span { border-color: rgb(76,131,112); }

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