#448772

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

Shades of Viridian #448772

Tints of Viridian #448772

Color information

#448772 (or 0x448772) is unknown color: approx Viridian. HEX triplet: 44, 87 and 72. RGB value is (68,135,114). Sum of RGB (Red+Green+Blue) = 68+135+114=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #448772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448772 is #BB788D. Grayscale: #707070. Windows color (decimal): -12286094 or 7505732. OLE color: 7505732.

HSL color Cylindrical-coordinate representation of color #448772: hue angle of 161.19º 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 #448772 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB68135114-
CMYK0.5000.160.47
HSL161.19º33%39.8%-
HSV(B)161.19º49.63%52.94%-
XYZ14.0919.7718.99-
YUV112.57128.896.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=21.45%
G=42.59%
B=35.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681351140.5000.160.47161.193339.8
Hex448772320102Fa12128
Octal10420716262020572414150
Binary100010010000111111001011001001000010111110100001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448772; }

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

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

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

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

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

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

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

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