#448377

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

Shades of Viridian #448377

Tints of Viridian #448377

Color information

#448377 (or 0x448377) is unknown color: approx Viridian. HEX triplet: 44, 83 and 77. RGB value is (68,131,119). Sum of RGB (Red+Green+Blue) = 68+131+119=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #448377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448377 is #BB7C88. Grayscale: #6E6E6E. Windows color (decimal): -12287113 or 7832388. OLE color: 7832388.

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

Color convert

RGB68131119-
CMYK0.4800.090.49
HSL168.57º31.66%39.02%-
HSV(B)168.57º48.09%51.37%-
XYZ13.8318.7920.35-
YUV110.79132.6397.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=21.38%
G=41.19%
B=37.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681311190.4800.090.49168.5731.6639.02
Hex448377300931a92027
Octal10420316760011612514047
Binary10001001000001111101111100000100111000110101001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448377; }

 p { color: rgb(68,131,119); }

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

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

 a { background-color: rgb(68,131,119); }

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

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

 span { border-color: rgb(68,131,119); }

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