Html Css Color HEX #449377 Viridian

📋 copy color: '#449377'

red 68 ◦ green 147 ◦ blue 119

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

Shades of Viridian #449377

Tints of Viridian #449377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.01%

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

R = 20.36%
G = 44.01%
B = 35.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#449377 (or 0x449377) is known color: Viridian. HEX triplet: 44, 93 and 77. RGB value is (68,147,119). Sum of RGB (Red+Green+Blue) = 68+147+119=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #449377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449377 is #BB6C88. Grayscale: #787878. Windows color (decimal): -12283017 or 7836484. OLE color: 7836484.

HSL color Cylindrical-coordinate representation of color #449377: hue angle of 158.73º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449377 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 147 119 -
CMYK 0.54 0 0.19 0.42
HSL 158.73º 0.37% 0.42% -
HSV(B) 158.73º 0.54% 0.58% -
XYZ 16.15 23.43 21.12 -
YUV 120.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 68 147 119 0.54 0 0.19 0.42 158.73 0.37 0.42
Hex 44 93 77 36 0 13 2A 9F 25 2A
Octal 104 223 167 66 0 23 52 237 45 52
Binary 1000100 10010011 1110111 110110 0 10011 101010 10011111 100101 101010

Color Harmonies of #449377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449377

Black with #449377

Text Example


Text Example

White with #449377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449377; }

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

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

background-color css

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

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

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

border-color css

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

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

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