#4C635A

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

Shades of Viridian Green #4C635A

Tints of Viridian Green #4C635A

Color information

#4C635A (or 0x4C635A) is unknown color: approx Viridian Green. HEX triplet: 4C, 63 and 5A. RGB value is (76,99,90). Sum of RGB (Red+Green+Blue) = 76+99+90=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #4C635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C635A is #B39CA5. Grayscale: #5B5B5B. Windows color (decimal): -11771046 or 5923660. OLE color: 5923660.

HSL color Cylindrical-coordinate representation of color #4C635A: hue angle of 156.52º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C635A is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB769990-
CMYK0.2300.090.61
HSL156.52º13.14%34.31%-
HSV(B)156.52º23.23%38.82%-
XYZ9.2911.211.34-
YUV91.1127.38117.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.68%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=28.68%
G=37.36%
B=33.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7699900.2300.090.61156.5213.1434.31
Hex4C635A17093D9dd22
Octal11414313227011752351542
Binary1001100110001110110101011101001111101100111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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