#449175

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

Shades of Viridian #449175

Tints of Viridian #449175

Color information

#449175 (or 0x449175) is unknown color: approx Viridian. HEX triplet: 44, 91 and 75. RGB value is (68,145,117). Sum of RGB (Red+Green+Blue) = 68+145+117=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #449175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449175 is #BB6E8A. Grayscale: #767676. Windows color (decimal): -12283531 or 7704900. OLE color: 7704900.

HSL color Cylindrical-coordinate representation of color #449175: hue angle of 158.18º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449175 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB68145117-
CMYK0.5300.190.43
HSL158.18º36.15%41.76%-
HSV(B)158.18º53.1%56.86%-
XYZ15.7222.7620.39-
YUV118.78126.9991.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.61%
GREEN value IS 145 (57.03% from 255) = 43.94%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=20.61%
G=43.94%
B=35.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681451170.5300.190.43158.1836.1541.76
Hex449175350132B9e242a
Octal10422116565023532364452
Binary100010010010001111010111010101001110101110011110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449175; }

 p { color: rgb(68,145,117); }

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

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

 a { background-color: rgb(68,145,117); }

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

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

 span { border-color: rgb(68,145,117); }

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