#4D8270

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

Shades of Viridian #4D8270

Tints of Viridian #4D8270

Color information

#4D8270 (or 0x4D8270) is unknown color: approx Viridian. HEX triplet: 4D, 82 and 70. RGB value is (77,130,112). Sum of RGB (Red+Green+Blue) = 77+130+112=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #4D8270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8270 is #B27D8F. Grayscale: #707070. Windows color (decimal): -11697552 or 7373389. OLE color: 7373389.

HSL color Cylindrical-coordinate representation of color #4D8270: hue angle of 159.62º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D8270 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB77130112-
CMYK0.4100.140.49
HSL159.62º25.6%40.59%-
HSV(B)159.62º40.77%50.98%-
XYZ13.9718.7118.21-
YUV112.1127.94102.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.14%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=24.14%
G=40.75%
B=35.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal771301120.4100.140.49159.6225.640.59
Hex4D8270290E31a01a29
Octal11520216051016612403251
Binary1001101100000101110000101001011101100011010000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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