#4B8B76

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

Shades of Viridian #4B8B76

Tints of Viridian #4B8B76

Color information

#4B8B76 (or 0x4B8B76) is unknown color: approx Viridian. HEX triplet: 4B, 8B and 76. RGB value is (75,139,118). Sum of RGB (Red+Green+Blue) = 75+139+118=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8B76 is #B47489. Grayscale: #757575. Windows color (decimal): -11826314 or 7768907. OLE color: 7768907.

HSL color Cylindrical-coordinate representation of color #4B8B76: hue angle of 160.31º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B8B76 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB75139118-
CMYK0.4600.150.45
HSL160.31º29.91%41.96%-
HSV(B)160.31º46.04%54.51%-
XYZ15.421.2720.43-
YUV117.47128.397.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.59%
GREEN value IS 139 (54.69% from 255) = 41.87%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=22.59%
G=41.87%
B=35.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal751391180.4600.150.45160.3129.9141.96
Hex4B8B762E0F2Da01e2a
Octal11321316656017552403652
Binary1001011100010111110110101110011111011011010000011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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