#4B8B70

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

Shades of Viridian #4B8B70

Tints of Viridian #4B8B70

Color information

#4B8B70 (or 0x4B8B70) is unknown color: approx Viridian. HEX triplet: 4B, 8B and 70. RGB value is (75,139,112). Sum of RGB (Red+Green+Blue) = 75+139+112=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8B70 is #B4748F. Grayscale: #747474. Windows color (decimal): -11826320 or 7375691. OLE color: 7375691.

HSL color Cylindrical-coordinate representation of color #4B8B70: hue angle of 154.69º 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 #4B8B70 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB75139112-
CMYK0.4600.190.45
HSL154.69º29.91%41.96%-
HSV(B)154.69º46.04%54.51%-
XYZ15.0621.1318.61-
YUV116.79125.398.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.01%
GREEN value IS 139 (54.69% from 255) = 42.64%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=23.01%
G=42.64%
B=34.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal751391120.4600.190.45154.6929.9141.96
Hex4B8B702E0132D9b1e2a
Octal11321316056023552333652
Binary10010111000101111100001011100100111011011001101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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