#4C916E

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

Shades of Viridian #4C916E

Tints of Viridian #4C916E

Color information

#4C916E (or 0x4C916E) is unknown color: approx Viridian. HEX triplet: 4C, 91 and 6E. RGB value is (76,145,110). Sum of RGB (Red+Green+Blue) = 76+145+110=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #4C916E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C916E is #B36E91. Grayscale: #787878. Windows color (decimal): -11759250 or 7246156. OLE color: 7246156.

HSL color Cylindrical-coordinate representation of color #4C916E: hue angle of 149.57º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C916E is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB76145110-
CMYK0.4800.240.43
HSL149.57º31.22%43.33%-
HSV(B)149.57º47.59%56.86%-
XYZ15.9222.9118.34-
YUV120.38122.1496.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.96%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=22.96%
G=43.81%
B=33.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761451100.4800.240.43149.5731.2243.33
Hex4C916E300182B961f2b
Octal11422115660030532263753
Binary10011001001000111011101100000110001010111001011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,145,110); }

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

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

 a { background-color: rgb(76,145,110); }

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

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

 span { border-color: rgb(76,145,110); }

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