#448E72

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

Shades of Viridian #448E72

Tints of Viridian #448E72

Color information

#448E72 (or 0x448E72) is unknown color: approx Viridian. HEX triplet: 44, 8E and 72. RGB value is (68,142,114). Sum of RGB (Red+Green+Blue) = 68+142+114=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #448E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448E72 is #BB718D. Grayscale: #747474. Windows color (decimal): -12284302 or 7507524. OLE color: 7507524.

HSL color Cylindrical-coordinate representation of color #448E72: hue angle of 157.3º 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 #448E72 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB68142114-
CMYK0.5200.200.44
HSL157.3º35.24%41.18%-
HSV(B)157.3º52.11%55.69%-
XYZ15.0921.7919.33-
YUV116.68126.4893.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.99%
GREEN value IS 142 (55.86% from 255) = 43.83%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=20.99%
G=43.83%
B=35.19%

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
Decimal681421140.5200.200.44157.335.2441.18
Hex448E72340142C9d2329
Octal10421616264024542354351
Binary100010010001110111001011010001010010110010011101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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