#448770

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

Shades of Viridian #448770

Tints of Viridian #448770

Color information

#448770 (or 0x448770) is unknown color: approx Viridian. HEX triplet: 44, 87 and 70. RGB value is (68,135,112). Sum of RGB (Red+Green+Blue) = 68+135+112=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #448770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448770 is #BB788F. Grayscale: #707070. Windows color (decimal): -12286096 or 7374660. OLE color: 7374660.

HSL color Cylindrical-coordinate representation of color #448770: hue angle of 159.4º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448770 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB68135112-
CMYK0.5000.170.47
HSL159.4º33%39.8%-
HSV(B)159.4º49.63%52.94%-
XYZ13.9719.7318.4-
YUV112.34127.896.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 135 (53.12% from 255) = 42.86%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=21.59%
G=42.86%
B=35.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681351120.5000.170.47159.43339.8
Hex448770320112F9f2128
Octal10420716062021572374150
Binary100010010000111111000011001001000110111110011111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448770; }

 p { color: rgb(68,135,112); }

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

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

 a { background-color: rgb(68,135,112); }

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

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

 span { border-color: rgb(68,135,112); }

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