#448476

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

Shades of Viridian #448476

Tints of Viridian #448476

Color information

#448476 (or 0x448476) is unknown color: approx Viridian. HEX triplet: 44, 84 and 76. RGB value is (68,132,118). Sum of RGB (Red+Green+Blue) = 68+132+118=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #448476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448476 is #BB7B89. Grayscale: #6F6F6F. Windows color (decimal): -12286858 or 7767108. OLE color: 7767108.

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

Color convert

RGB68132118-
CMYK0.4800.110.48
HSL166.88º32%39.22%-
HSV(B)166.88º48.48%51.76%-
XYZ13.9119.0420.08-
YUV111.27131.897.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=21.38%
G=41.51%
B=37.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681321180.4800.110.48166.883239.22
Hex448476300B30a72027
Octal10420416660013602474047
Binary10001001000010011101101100000101111000010100111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448476; }

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

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

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

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

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

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

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

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