#448471

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

Shades of Viridian #448471

Tints of Viridian #448471

Color information

#448471 (or 0x448471) is unknown color: approx Viridian. HEX triplet: 44, 84 and 71. RGB value is (68,132,113). Sum of RGB (Red+Green+Blue) = 68+132+113=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #448471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448471 is #BB7B8E. Grayscale: #6E6E6E. Windows color (decimal): -12286863 or 7439428. OLE color: 7439428.

HSL color Cylindrical-coordinate representation of color #448471: hue angle of 162.19º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448471 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB68132113-
CMYK0.4800.140.48
HSL162.19º32%39.22%-
HSV(B)162.19º48.48%51.76%-
XYZ13.6218.9218.56-
YUV110.7129.397.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=21.73%
G=42.17%
B=36.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681321130.4800.140.48162.193239.22
Hex448471300E30a22027
Octal10420416160016602424047
Binary10001001000010011100011100000111011000010100010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448471; }

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

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

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

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

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

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

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

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