#448572

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

Shades of Viridian #448572

Tints of Viridian #448572

Color information

#448572 (or 0x448572) is unknown color: approx Viridian. HEX triplet: 44, 85 and 72. RGB value is (68,133,114). Sum of RGB (Red+Green+Blue) = 68+133+114=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #448572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448572 is #BB7A8D. Grayscale: #6F6F6F. Windows color (decimal): -12286606 or 7505220. OLE color: 7505220.

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

Color convert

RGB68133114-
CMYK0.4900.140.48
HSL162.46º32.34%39.41%-
HSV(B)162.46º48.87%52.16%-
XYZ13.8119.2218.9-
YUV111.4129.4797.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=21.59%
G=42.22%
B=36.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681331140.4900.140.48162.4632.3439.41
Hex448572310E30a22027
Octal10420516261016602424047
Binary10001001000010111100101100010111011000010100010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448572; }

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

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

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

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

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

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

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

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