#4D8A71

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

Shades of Viridian #4D8A71

Tints of Viridian #4D8A71

Color information

#4D8A71 (or 0x4D8A71) is unknown color: approx Viridian. HEX triplet: 4D, 8A and 71. RGB value is (77,138,113). Sum of RGB (Red+Green+Blue) = 77+138+113=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #4D8A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8A71 is #B2758E. Grayscale: #747474. Windows color (decimal): -11695503 or 7440973. OLE color: 7440973.

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

Color convert

RGB77138113-
CMYK0.4400.180.46
HSL155.41º28.37%42.16%-
HSV(B)155.41º44.2%54.12%-
XYZ15.1320.9518.87-
YUV116.91125.7999.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.48%
GREEN value IS 138 (54.30% from 255) = 42.07%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=23.48%
G=42.07%
B=34.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal771381130.4400.180.46155.4128.3742.16
Hex4D8A712C0122E9b1c2a
Octal11521216154022562333452
Binary10011011000101011100011011000100101011101001101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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