Html Css Color HEX #449776 Viridian

📋 copy color: '#449776'

red 68 ◦ green 151 ◦ blue 118

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

Shades of Viridian #449776

Tints of Viridian #449776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.81%

 BLUE value IS 118 (46.48% from 255) = 35.01%

R = 20.18%
G = 44.81%
B = 35.01%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#449776 (or 0x449776) is known color: Viridian. HEX triplet: 44, 97 and 76. RGB value is (68,151,118). Sum of RGB (Red+Green+Blue) = 68+151+118=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #449776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449776 is #BB6889. Grayscale: #7A7A7A. Windows color (decimal): -12281994 or 7771972. OLE color: 7771972.

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

Color convert

RGB 68 151 118 -
CMYK 0.55 0 0.22 0.41
HSL 156.14º 0.38% 0.43% -
HSV(B) 156.14º 0.55% 0.59% -
XYZ 16.72 24.67 21.02 -
YUV 122.42 125.5 89.18 -
System Red Green Blue C M Y K H S L
Decimal 68 151 118 0.55 0 0.22 0.41 156.14 0.38 0.43
Hex 44 97 76 37 0 16 29 9C 26 2B
Octal 104 227 166 67 0 26 51 234 46 53
Binary 1000100 10010111 1110110 110111 0 10110 101001 10011100 100110 101011

Color Harmonies of #449776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449776

Black with #449776

Text Example


Text Example

White with #449776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449776; }

 p { color: rgb(68,151,118); }

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

background-color css

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

 a { background-color: rgb(68,151,118); }

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

border-color css

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

 span { border-color: rgb(68,151,118); }

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