#4B6056

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

Shades of Viridian Green #4B6056

Tints of Viridian Green #4B6056

Color information

#4B6056 (or 0x4B6056) is unknown color: approx Viridian Green. HEX triplet: 4B, 60 and 56. RGB value is (75,96,86). Sum of RGB (Red+Green+Blue) = 75+96+86=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6056 is #B49FA9. Grayscale: #585858. Windows color (decimal): -11837354 or 5660747. OLE color: 5660747.

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

Color convert

RGB759686-
CMYK0.2200.100.62
HSL151.43º12.28%33.53%-
HSV(B)151.43º21.88%37.65%-
XYZ8.7610.5310.38-
YUV88.58126.54118.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.18%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=29.18%
G=37.35%
B=33.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596860.2200.100.62151.4312.2833.53
Hex4B6056160A3E97c22
Octal11314012626012762271442
Binary1001011110000010101101011001010111110100101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,96,86); }

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

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

 a { background-color: rgb(75,96,86); }

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

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

 span { border-color: rgb(75,96,86); }

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