#4C625B

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

Shades of Viridian Green #4C625B

Tints of Viridian Green #4C625B

Color information

#4C625B (or 0x4C625B) is unknown color: approx Viridian Green. HEX triplet: 4C, 62 and 5B. RGB value is (76,98,91). Sum of RGB (Red+Green+Blue) = 76+98+91=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #4C625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C625B is #B39DA4. Grayscale: #5A5A5A. Windows color (decimal): -11771301 or 5988940. OLE color: 5988940.

HSL color Cylindrical-coordinate representation of color #4C625B: hue angle of 160.91º 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 #4C625B is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB769891-
CMYK0.2200.070.62
HSL160.91º12.64%34.12%-
HSV(B)160.91º22.45%38.43%-
XYZ9.2411.0311.54-
YUV90.62128.21117.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.68%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=28.68%
G=36.98%
B=34.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7698910.2200.070.62160.9112.6434.12
Hex4C625B16073Ea1d22
Octal1141421332607762411542
Binary100110011000101011011101100111111110101000011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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