#448E71

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

Shades of Viridian #448E71

Tints of Viridian #448E71

Color information

#448E71 (or 0x448E71) is unknown color: approx Viridian. HEX triplet: 44, 8E and 71. RGB value is (68,142,113). Sum of RGB (Red+Green+Blue) = 68+142+113=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #448E71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448E71 is #BB718E. Grayscale: #747474. Windows color (decimal): -12284303 or 7441988. OLE color: 7441988.

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

Color convert

RGB68142113-
CMYK0.5200.200.44
HSL156.49º35.24%41.18%-
HSV(B)156.49º52.11%55.69%-
XYZ15.0421.7719.03-
YUV116.57125.9893.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=21.05%
G=43.96%
B=34.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681421130.5200.200.44156.4935.2441.18
Hex448E71340142C9c2329
Octal10421616164024542344351
Binary100010010001110111000111010001010010110010011100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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