#448574

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

Shades of Viridian #448574

Tints of Viridian #448574

Color information

#448574 (or 0x448574) is unknown color: approx Viridian. HEX triplet: 44, 85 and 74. RGB value is (68,133,116). Sum of RGB (Red+Green+Blue) = 68+133+116=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #448574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448574 is #BB7A8B. Grayscale: #6F6F6F. Windows color (decimal): -12286604 or 7636292. OLE color: 7636292.

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

Color convert

RGB68133116-
CMYK0.4900.130.48
HSL164.31º32.34%39.41%-
HSV(B)164.31º48.87%52.16%-
XYZ13.9219.2619.51-
YUV111.63130.4796.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 133 (52.34% from 255) = 41.96%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=21.45%
G=41.96%
B=36.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681331160.4900.130.48164.3132.3439.41
Hex448574310D30a42027
Octal10420516461015602444047
Binary10001001000010111101001100010110111000010100100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448574; }

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

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

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

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

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

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

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

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