#4C625A

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

Shades of Viridian Green #4C625A

Tints of Viridian Green #4C625A

Color information

#4C625A (or 0x4C625A) is unknown color: approx Viridian Green. HEX triplet: 4C, 62 and 5A. RGB value is (76,98,90). Sum of RGB (Red+Green+Blue) = 76+98+90=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 98 - color contains mainly: green. Hex color #4C625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C625A is #B39DA5. Grayscale: #5A5A5A. Windows color (decimal): -11771302 or 5923404. OLE color: 5923404.

HSL color Cylindrical-coordinate representation of color #4C625A: hue angle of 158.18º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C625A is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB769890-
CMYK0.2200.080.62
HSL158.18º12.64%34.12%-
HSV(B)158.18º22.45%38.43%-
XYZ9.1911.0111.31-
YUV90.51127.71117.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.79%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=28.79%
G=37.12%
B=34.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7698900.2200.080.62158.1812.6434.12
Hex4C625A16083E9ed22
Octal11414213226010762361542
Binary1001100110001010110101011001000111110100111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,98,90); }

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

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

 a { background-color: rgb(76,98,90); }

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

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

 span { border-color: rgb(76,98,90); }

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