#4B8F72

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

Shades of Viridian #4B8F72

Tints of Viridian #4B8F72

Color information

#4B8F72 (or 0x4B8F72) is unknown color: approx Viridian. HEX triplet: 4B, 8F and 72. RGB value is (75,143,114). Sum of RGB (Red+Green+Blue) = 75+143+114=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 143 - color contains mainly: green. Hex color #4B8F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8F72 is #B4708D. Grayscale: #777777. Windows color (decimal): -11825294 or 7507787. OLE color: 7507787.

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

Color convert

RGB75143114-
CMYK0.4800.200.44
HSL154.41º31.19%42.75%-
HSV(B)154.41º47.55%56.08%-
XYZ15.7622.3619.4-
YUV119.36124.9796.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.59%
GREEN value IS 143 (56.25% from 255) = 43.07%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=22.59%
G=43.07%
B=34.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751431140.4800.200.44154.4131.1942.75
Hex4B8F72300142C9a1f2b
Octal11321716260024542323753
Binary10010111000111111100101100000101001011001001101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,143,114); }

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

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

 a { background-color: rgb(75,143,114); }

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

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

 span { border-color: rgb(75,143,114); }

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