#448771

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

Shades of Viridian #448771

Tints of Viridian #448771

Color information

#448771 (or 0x448771) is unknown color: approx Viridian. HEX triplet: 44, 87 and 71. RGB value is (68,135,113). Sum of RGB (Red+Green+Blue) = 68+135+113=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #448771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448771 is #BB788E. Grayscale: #707070. Windows color (decimal): -12286095 or 7440196. OLE color: 7440196.

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

Color convert

RGB68135113-
CMYK0.5000.160.47
HSL160.3º33%39.8%-
HSV(B)160.3º49.63%52.94%-
XYZ14.0319.7518.7-
YUV112.46128.396.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 135 (53.12% from 255) = 42.72%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=21.52%
G=42.72%
B=35.76%

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
Decimal681351130.5000.160.47160.33339.8
Hex448771320102Fa02128
Octal10420716162020572404150
Binary100010010000111111000111001001000010111110100000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448771; }

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

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

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

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

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

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

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

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