#4B7F70

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

Shades of Viridian #4B7F70

Tints of Viridian #4B7F70

Color information

#4B7F70 (or 0x4B7F70) is unknown color: approx Viridian. HEX triplet: 4B, 7F and 70. RGB value is (75,127,112). Sum of RGB (Red+Green+Blue) = 75+127+112=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 127 - color contains mainly: green. Hex color #4B7F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7F70 is #B4808F. Grayscale: #6D6D6D. Windows color (decimal): -11829392 or 7372619. OLE color: 7372619.

HSL color Cylindrical-coordinate representation of color #4B7F70: hue angle of 162.69º 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 #4B7F70 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB75127112-
CMYK0.4100.120.50
HSL162.69º25.74%39.61%-
HSV(B)162.69º40.94%49.8%-
XYZ13.4217.8418.07-
YUV109.74129.27103.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.89%
GREEN value IS 127 (50% from 255) = 40.45%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=23.89%
G=40.45%
B=35.67%

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
Decimal751271120.4100.120.50162.6925.7439.61
Hex4B7F70290C32a31a28
Octal11317716051014622433250
Binary100101111111111110000101001011001100101010001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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