#4B8576

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

Shades of Viridian #4B8576

Tints of Viridian #4B8576

Color information

#4B8576 (or 0x4B8576) is unknown color: approx Viridian. HEX triplet: 4B, 85 and 76. RGB value is (75,133,118). Sum of RGB (Red+Green+Blue) = 75+133+118=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #4B8576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8576 is #B47A89. Grayscale: #717171. Windows color (decimal): -11827850 or 7767371. OLE color: 7767371.

HSL color Cylindrical-coordinate representation of color #4B8576: hue angle of 164.48º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B8576 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB75133118-
CMYK0.4400.110.48
HSL164.48º27.88%40.78%-
HSV(B)164.48º43.61%52.16%-
XYZ14.5619.5820.15-
YUV113.95130.28100.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.01%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=23.01%
G=40.80%
B=36.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751331180.4400.110.48164.4827.8840.78
Hex4B85762C0B30a41c29
Octal11320516654013602443451
Binary1001011100001011110110101100010111100001010010011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,133,118); }

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

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

 a { background-color: rgb(75,133,118); }

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

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

 span { border-color: rgb(75,133,118); }

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