Html Css Color HEX #448D73 Viridian

📋 copy color: '#448D73'

red 68 ◦ green 141 ◦ blue 115

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

Shades of Viridian #448D73

Tints of Viridian #448D73

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.52%

 BLUE value IS 115 (45.31% from 255) = 35.49%

R = 20.99%
G = 43.52%
B = 35.49%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#448D73 (or 0x448D73) is known color: Viridian. HEX triplet: 44, 8D and 73. RGB value is (68,141,115). Sum of RGB (Red+Green+Blue) = 68+141+115=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #448D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D73 is #BB728C. Grayscale: #747474. Windows color (decimal): -12284557 or 7572804. OLE color: 7572804.

HSL color Cylindrical-coordinate representation of color #448D73: hue angle of 158.63º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448D73 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 141 115 -
CMYK 0.52 0 0.18 0.45
HSL 158.63º 0.35% 0.41% -
HSV(B) 158.63º 0.52% 0.55% -
XYZ 15 21.52 19.58 -
YUV 116.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 68 141 115 0.52 0 0.18 0.45 158.63 0.35 0.41
Hex 44 8D 73 34 0 12 2D 9F 23 29
Octal 104 215 163 64 0 22 55 237 43 51
Binary 1000100 10001101 1110011 110100 0 10010 101101 10011111 100011 101001

Color Harmonies of #448D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D73

Black with #448D73

Text Example


Text Example

White with #448D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,141,115); }

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

background-color css

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

 a { background-color: rgb(68,141,115); }

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

border-color css

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

 span { border-color: rgb(68,141,115); }

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