#4B5B56

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

Shades of Viridian Green #4B5B56

Tints of Viridian Green #4B5B56

Color information

#4B5B56 (or 0x4B5B56) is unknown color: approx Viridian Green. HEX triplet: 4B, 5B and 56. RGB value is (75,91,86). Sum of RGB (Red+Green+Blue) = 75+91+86=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 91 - color contains mainly: green. Hex color #4B5B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5B56 is #B4A4A9. Grayscale: #555555. Windows color (decimal): -11838634 or 5659467. OLE color: 5659467.

HSL color Cylindrical-coordinate representation of color #4B5B56: hue angle of 161.25º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4B5B56 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB759186-
CMYK0.1800.050.64
HSL161.25º9.64%32.55%-
HSV(B)161.25º17.58%35.69%-
XYZ8.329.6510.23-
YUV85.65128.2120.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.76%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=29.76%
G=36.11%
B=34.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7591860.1800.050.64161.259.6432.55
Hex4B5B56120540a1a21
Octal11313312622051002411241
Binary1001011101101110101101001001011000000101000011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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