Html Css Color HEX #449477 Viridian

📋 copy color: '#449477'

red 68 ◦ green 148 ◦ blue 119

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

Shades of Viridian #449477

Tints of Viridian #449477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.18%

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

R = 20.3%
G = 44.18%
B = 35.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#449477 (or 0x449477) is known color: Viridian. HEX triplet: 44, 94 and 77. RGB value is (68,148,119). Sum of RGB (Red+Green+Blue) = 68+148+119=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #449477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449477 is #BB6B88. Grayscale: #787878. Windows color (decimal): -12282761 or 7836740. OLE color: 7836740.

HSL color Cylindrical-coordinate representation of color #449477: hue angle of 158.25º 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 #449477 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 148 119 -
CMYK 0.54 0 0.20 0.42
HSL 158.25º 0.37% 0.42% -
HSV(B) 158.25º 0.54% 0.58% -
XYZ 16.3 23.74 21.18 -
YUV 120.77 127 90.36 -
System Red Green Blue C M Y K H S L
Decimal 68 148 119 0.54 0 0.20 0.42 158.25 0.37 0.42
Hex 44 94 77 36 0 14 2A 9E 25 2A
Octal 104 224 167 66 0 24 52 236 45 52
Binary 1000100 10010100 1110111 110110 0 10100 101010 10011110 100101 101010

Color Harmonies of #449477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449477

Black with #449477

Text Example


Text Example

White with #449477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449477; }

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

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

background-color css

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

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

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

border-color css

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

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

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