#4A6156

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

Shades of Viridian Green #4A6156

Tints of Viridian Green #4A6156

Color information

#4A6156 (or 0x4A6156) is unknown color: approx Viridian Green. HEX triplet: 4A, 61 and 56. RGB value is (74,97,86). Sum of RGB (Red+Green+Blue) = 74+97+86=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6156 is #B59EA9. Grayscale: #585858. Windows color (decimal): -11902634 or 5661002. OLE color: 5661002.

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

Color convert

RGB749786-
CMYK0.2400.110.62
HSL151.3º13.45%33.53%-
HSV(B)151.3º23.71%38.04%-
XYZ8.7810.6810.4-
YUV88.87126.38117.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=28.79%
G=37.74%
B=33.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7497860.2400.110.62151.313.4533.53
Hex4A6156180B3E97d22
Octal11214112630013762271542
Binary1001010110000110101101100001011111110100101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,97,86); }

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

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

 a { background-color: rgb(74,97,86); }

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

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

 span { border-color: rgb(74,97,86); }

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