#4B9070

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

Shades of Viridian #4B9070

Tints of Viridian #4B9070

Color information

#4B9070 (or 0x4B9070) is unknown color: approx Viridian. HEX triplet: 4B, 90 and 70. RGB value is (75,144,112). Sum of RGB (Red+Green+Blue) = 75+144+112=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #4B9070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9070 is #B46F8F. Grayscale: #777777. Windows color (decimal): -11825040 or 7376971. OLE color: 7376971.

HSL color Cylindrical-coordinate representation of color #4B9070: hue angle of 152.17º degrees, saturation: 0.32, 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 #4B9070 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB75144112-
CMYK0.4800.220.44
HSL152.17º31.51%42.94%-
HSV(B)152.17º47.92%56.47%-
XYZ15.822.6118.86-
YUV119.72123.6496.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.66%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=22.66%
G=43.50%
B=33.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751441120.4800.220.44152.1731.5142.94
Hex4B9070300162C98202b
Octal11322016060026542304053
Binary100101110010000111000011000001011010110010011000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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