#448571

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

Shades of Viridian #448571

Tints of Viridian #448571

Color information

#448571 (or 0x448571) is unknown color: approx Viridian. HEX triplet: 44, 85 and 71. RGB value is (68,133,113). Sum of RGB (Red+Green+Blue) = 68+133+113=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #448571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448571 is #BB7A8E. Grayscale: #6F6F6F. Windows color (decimal): -12286607 or 7439684. OLE color: 7439684.

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

Color convert

RGB68133113-
CMYK0.4900.150.48
HSL161.54º32.34%39.41%-
HSV(B)161.54º48.87%52.16%-
XYZ13.7519.218.6-
YUV111.28128.9797.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.66%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=21.66%
G=42.36%
B=35.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681331130.4900.150.48161.5432.3439.41
Hex448571310F30a22027
Octal10420516161017602424047
Binary10001001000010111100011100010111111000010100010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448571; }

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

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

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

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

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

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

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

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