#4B8070

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

Shades of Viridian #4B8070

Tints of Viridian #4B8070

Color information

#4B8070 (or 0x4B8070) is unknown color: approx Viridian. HEX triplet: 4B, 80 and 70. RGB value is (75,128,112). Sum of RGB (Red+Green+Blue) = 75+128+112=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #4B8070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8070 is #B47F8F. Grayscale: #6E6E6E. Windows color (decimal): -11829136 or 7372875. OLE color: 7372875.

HSL color Cylindrical-coordinate representation of color #4B8070: hue angle of 161.89º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B8070 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB75128112-
CMYK0.4100.120.50
HSL161.89º26.11%39.8%-
HSV(B)161.89º41.41%50.2%-
XYZ13.5518.118.11-
YUV110.33128.94102.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.81%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=23.81%
G=40.63%
B=35.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal751281120.4100.120.50161.8926.1139.8
Hex4B8070290C32a21a28
Octal11320016051014622423250
Binary1001011100000001110000101001011001100101010001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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