#438E71

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

Shades of Viridian #438E71

Tints of Viridian #438E71

Color information

#438E71 (or 0x438E71) is unknown color: approx Viridian. HEX triplet: 43, 8E and 71. RGB value is (67,142,113). Sum of RGB (Red+Green+Blue) = 67+142+113=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 142 - color contains mainly: green. Hex color #438E71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438E71 is #BC718E. Grayscale: #747474. Windows color (decimal): -12349839 or 7441987. OLE color: 7441987.

HSL color Cylindrical-coordinate representation of color #438E71: hue angle of 156.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438E71 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB67142113-
CMYK0.5300.200.44
HSL156.8º35.89%40.98%-
HSV(B)156.8º52.82%55.69%-
XYZ14.9721.7319.03-
YUV116.27126.1592.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.81%
GREEN value IS 142 (55.86% from 255) = 44.10%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=20.81%
G=44.10%
B=35.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671421130.5300.200.44156.835.8940.98
Hex438E71350142C9d2429
Octal10321616165024542354451
Binary100001110001110111000111010101010010110010011101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438E71; }

 p { color: rgb(67,142,113); }

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

<style>
 a { background-color: #438E71; }

 a { background-color: rgb(67,142,113); }

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

<style>
 span { border-color: #438E71; }

 span { border-color: rgb(67,142,113); }

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