#4D8A70

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

Shades of Viridian #4D8A70

Tints of Viridian #4D8A70

Color information

#4D8A70 (or 0x4D8A70) is unknown color: approx Viridian. HEX triplet: 4D, 8A and 70. RGB value is (77,138,112). Sum of RGB (Red+Green+Blue) = 77+138+112=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 138 - color contains mainly: green. Hex color #4D8A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8A70 is #B2758F. Grayscale: #747474. Windows color (decimal): -11695504 or 7375437. OLE color: 7375437.

HSL color Cylindrical-coordinate representation of color #4D8A70: hue angle of 154.43º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D8A70 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB77138112-
CMYK0.4400.190.46
HSL154.43º28.37%42.16%-
HSV(B)154.43º44.2%54.12%-
XYZ15.0720.9218.57-
YUV116.8125.2999.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.55%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=23.55%
G=42.20%
B=34.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal771381120.4400.190.46154.4328.3742.16
Hex4D8A702C0132E9a1c2a
Octal11521216054023562323452
Binary10011011000101011100001011000100111011101001101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,138,112); }

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

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

 a { background-color: rgb(77,138,112); }

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

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

 span { border-color: rgb(77,138,112); }

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