Html Css Color HEX #448977 Viridian

📋 copy color: '#448977'

red 68 ◦ green 137 ◦ blue 119

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

Shades of Viridian #448977

Tints of Viridian #448977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.28%

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

R = 20.99%
G = 42.28%
B = 36.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#448977 (or 0x448977) is known color: Viridian. HEX triplet: 44, 89 and 77. RGB value is (68,137,119). Sum of RGB (Red+Green+Blue) = 68+137+119=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #448977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448977 is #BB7688. Grayscale: #727272. Windows color (decimal): -12285577 or 7833924. OLE color: 7833924.

HSL color Cylindrical-coordinate representation of color #448977: hue angle of 164.35º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448977 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 137 119 -
CMYK 0.50 0 0.13 0.46
HSL 164.35º 0.34% 0.4% -
HSV(B) 164.35º 0.5% 0.54% -
XYZ 14.66 20.45 20.63 -
YUV 114.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 68 137 119 0.50 0 0.13 0.46 164.35 0.34 0.4
Hex 44 89 77 32 0 D 2E A4 22 28
Octal 104 211 167 62 0 15 56 244 42 50
Binary 1000100 10001001 1110111 110010 0 1101 101110 10100100 100010 101000

Color Harmonies of #448977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448977

Black with #448977

Text Example


Text Example

White with #448977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448977; }

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

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

background-color css

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

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

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

border-color css

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

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

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