#448371

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

Shades of Viridian #448371

Tints of Viridian #448371

Color information

#448371 (or 0x448371) is unknown color: approx Viridian. HEX triplet: 44, 83 and 71. RGB value is (68,131,113). Sum of RGB (Red+Green+Blue) = 68+131+113=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 131 - color contains mainly: green. Hex color #448371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448371 is #BB7C8E. Grayscale: #6E6E6E. Windows color (decimal): -12287119 or 7439172. OLE color: 7439172.

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

Color convert

RGB68131113-
CMYK0.4800.140.49
HSL162.86º31.66%39.02%-
HSV(B)162.86º48.09%51.37%-
XYZ13.4818.6518.51-
YUV110.11129.6397.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=21.79%
G=41.99%
B=36.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681311130.4800.140.49162.8631.6639.02
Hex448371300E31a32027
Octal10420316160016612434047
Binary10001001000001111100011100000111011000110100011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448371; }

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

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

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

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

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

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

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

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