#449372

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

Shades of Viridian #449372

Tints of Viridian #449372

Color information

#449372 (or 0x449372) is unknown color: approx Viridian. HEX triplet: 44, 93 and 72. RGB value is (68,147,114). Sum of RGB (Red+Green+Blue) = 68+147+114=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #449372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449372 is #BB6C8D. Grayscale: #777777. Windows color (decimal): -12283022 or 7508804. OLE color: 7508804.

HSL color Cylindrical-coordinate representation of color #449372: hue angle of 154.94º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449372 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB68147114-
CMYK0.5400.220.42
HSL154.94º36.74%42.16%-
HSV(B)154.94º53.74%57.65%-
XYZ15.8523.3119.58-
YUV119.62124.8391.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 147 (57.81% from 255) = 44.68%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=20.67%
G=44.68%
B=34.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681471140.5400.220.42154.9436.7442.16
Hex449372360162A9b252a
Octal10422316266026522334552
Binary100010010010011111001011011001011010101010011011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449372; }

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

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

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

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

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

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

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

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