#4B8E76

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

Shades of Viridian #4B8E76

Tints of Viridian #4B8E76

Color information

#4B8E76 (or 0x4B8E76) is unknown color: approx Viridian. HEX triplet: 4B, 8E and 76. RGB value is (75,142,118). Sum of RGB (Red+Green+Blue) = 75+142+118=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #4B8E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8E76 is #B47189. Grayscale: #777777. Windows color (decimal): -11825546 or 7769675. OLE color: 7769675.

HSL color Cylindrical-coordinate representation of color #4B8E76: hue angle of 158.51º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8E76 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB75142118-
CMYK0.4700.170.44
HSL158.51º30.88%42.55%-
HSV(B)158.51º47.18%55.69%-
XYZ15.8422.1520.58-
YUV119.23127.396.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=22.39%
G=42.39%
B=35.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751421180.4700.170.44158.5130.8842.55
Hex4B8E762F0112C9f1f2b
Octal11321616657021542373753
Binary10010111000111011101101011110100011011001001111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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