Html Css Color HEX #449177 Viridian

📋 copy color: '#449177'

red 68 ◦ green 145 ◦ blue 119

#449177
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #449177

Tints of Viridian #449177

RGB

 RED value IS 68 (26.95% from 255) = 20.48%

 GREEN value IS 145 (57.03% from 255) = 43.67%

 BLUE value IS 119 (46.88% from 255) = 35.84%

R = 20.48%
G = 43.67%
B = 35.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#449177 (or 0x449177) is known color: Viridian. HEX triplet: 44, 91 and 77. RGB value is (68,145,119). Sum of RGB (Red+Green+Blue) = 68+145+119=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #449177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449177 is #BB6E88. Grayscale: #777777. Windows color (decimal): -12283529 or 7835972. OLE color: 7835972.

HSL color Cylindrical-coordinate representation of color #449177: hue angle of 159.74º 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 #449177 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 145 119 -
CMYK 0.53 0 0.18 0.43
HSL 159.74º 0.36% 0.42% -
HSV(B) 159.74º 0.53% 0.57% -
XYZ 15.84 22.81 21.02 -
YUV 119.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 68 145 119 0.53 0 0.18 0.43 159.74 0.36 0.42
Hex 44 91 77 35 0 12 2B A0 24 2A
Octal 104 221 167 65 0 22 53 240 44 52
Binary 1000100 10010001 1110111 110101 0 10010 101011 10100000 100100 101010

Color Harmonies of #449177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449177

Black with #449177

Text Example


Text Example

White with #449177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449177; }

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

 H1.HeaderClassName
 {
   color: #449177;
 }
 .AnyTagClassName
 {
   color: #449177;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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