Html Css Color HEX #449677 Viridian

📋 copy color: '#449677'

red 68 ◦ green 150 ◦ blue 119

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

Shades of Viridian #449677

Tints of Viridian #449677

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.51%

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

R = 20.18%
G = 44.51%
B = 35.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#449677 (or 0x449677) is known color: Viridian. HEX triplet: 44, 96 and 77. RGB value is (68,150,119). Sum of RGB (Red+Green+Blue) = 68+150+119=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #449677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449677 is #BB6988. Grayscale: #797979. Windows color (decimal): -12282249 or 7837252. OLE color: 7837252.

HSL color Cylindrical-coordinate representation of color #449677: hue angle of 157.32º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449677 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 150 119 -
CMYK 0.55 0 0.21 0.41
HSL 157.32º 0.38% 0.43% -
HSV(B) 157.32º 0.55% 0.59% -
XYZ 16.62 24.37 21.28 -
YUV 121.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 68 150 119 0.55 0 0.21 0.41 157.32 0.38 0.43
Hex 44 96 77 37 0 15 29 9D 26 2B
Octal 104 226 167 67 0 25 51 235 46 53
Binary 1000100 10010110 1110111 110111 0 10101 101001 10011101 100110 101011

Color Harmonies of #449677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449677

Black with #449677

Text Example


Text Example

White with #449677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449677; }

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

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

background-color css

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

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

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

border-color css

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

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

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