Html Css Color HEX #449171 Viridian

📋 copy color: '#449171'

red 68 ◦ green 145 ◦ blue 113

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

Shades of Viridian #449171

Tints of Viridian #449171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.66%

R = 20.86%
G = 44.48%
B = 34.66%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#449171 (or 0x449171) is known color: Viridian. HEX triplet: 44, 91 and 71. RGB value is (68,145,113). Sum of RGB (Red+Green+Blue) = 68+145+113=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #449171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449171 is #BB6E8E. Grayscale: #767676. Windows color (decimal): -12283535 or 7442756. OLE color: 7442756.

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

Color convert

RGB 68 145 113 -
CMYK 0.53 0 0.22 0.43
HSL 155.06º 0.36% 0.42% -
HSV(B) 155.06º 0.53% 0.57% -
XYZ 15.49 22.67 19.18 -
YUV 118.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 68 145 113 0.53 0 0.22 0.43 155.06 0.36 0.42
Hex 44 91 71 35 0 16 2B 9B 24 2A
Octal 104 221 161 65 0 26 53 233 44 52
Binary 1000100 10010001 1110001 110101 0 10110 101011 10011011 100100 101010

Color Harmonies of #449171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449171

Black with #449171

Text Example


Text Example

White with #449171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449171; }

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

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

background-color css

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

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

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

border-color css

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

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

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