Html Css Color HEX #448A77 Viridian

📋 copy color: '#448A77'

red 68 ◦ green 138 ◦ blue 119

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

Shades of Viridian #448A77

Tints of Viridian #448A77

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.46%

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

R = 20.92%
G = 42.46%
B = 36.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#448A77 (or 0x448A77) is known color: Viridian. HEX triplet: 44, 8A and 77. RGB value is (68,138,119). Sum of RGB (Red+Green+Blue) = 68+138+119=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 138 - color contains mainly: green. Hex color #448A77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A77 is #BB7588. Grayscale: #727272. Windows color (decimal): -12285321 or 7834180. OLE color: 7834180.

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

Color convert

RGB 68 138 119 -
CMYK 0.51 0 0.14 0.46
HSL 163.71º 0.34% 0.4% -
HSV(B) 163.71º 0.51% 0.54% -
XYZ 14.8 20.74 20.68 -
YUV 114.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 68 138 119 0.51 0 0.14 0.46 163.71 0.34 0.4
Hex 44 8A 77 33 0 E 2E A4 22 28
Octal 104 212 167 63 0 16 56 244 42 50
Binary 1000100 10001010 1110111 110011 0 1110 101110 10100100 100010 101000

Color Harmonies of #448A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448A77

Black with #448A77

Text Example


Text Example

White with #448A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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