#448473

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

Shades of Viridian #448473

Tints of Viridian #448473

Color information

#448473 (or 0x448473) is unknown color: approx Viridian. HEX triplet: 44, 84 and 73. RGB value is (68,132,115). Sum of RGB (Red+Green+Blue) = 68+132+115=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #448473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448473 is #BB7B8C. Grayscale: #6E6E6E. Windows color (decimal): -12286861 or 7570500. OLE color: 7570500.

HSL color Cylindrical-coordinate representation of color #448473: hue angle of 164.06º 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 #448473 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB68132115-
CMYK0.4800.130.48
HSL164.06º32%39.22%-
HSV(B)164.06º48.48%51.76%-
XYZ13.7318.9719.16-
YUV110.93130.397.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=21.59%
G=41.90%
B=36.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681321150.4800.130.48164.063239.22
Hex448473300D30a42027
Octal10420416360015602444047
Binary10001001000010011100111100000110111000010100100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448473; }

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

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

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

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

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

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

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

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