#4B8471

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

Shades of Viridian #4B8471

Tints of Viridian #4B8471

Color information

#4B8471 (or 0x4B8471) is unknown color: approx Viridian. HEX triplet: 4B, 84 and 71. RGB value is (75,132,113). Sum of RGB (Red+Green+Blue) = 75+132+113=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #4B8471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8471 is #B47B8E. Grayscale: #707070. Windows color (decimal): -11828111 or 7439435. OLE color: 7439435.

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

Color convert

RGB75132113-
CMYK0.4300.140.48
HSL160º27.54%40.59%-
HSV(B)160º43.18%51.76%-
XYZ14.1319.1918.58-
YUV112.79128.12101.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.44%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=23.44%
G=41.25%
B=35.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751321130.4300.140.4816027.5440.59
Hex4B84712B0E30a01c29
Octal11320416153016602403451
Binary1001011100001001110001101011011101100001010000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,132,113); }

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

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

 a { background-color: rgb(75,132,113); }

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

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

 span { border-color: rgb(75,132,113); }

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