Html Css Color HEX #448D71 Viridian

📋 copy color: '#448D71'

red 68 ◦ green 141 ◦ blue 113

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

Shades of Viridian #448D71

Tints of Viridian #448D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 21.12%
G = 43.79%
B = 35.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#448D71 (or 0x448D71) is known color: Viridian. HEX triplet: 44, 8D and 71. RGB value is (68,141,113). Sum of RGB (Red+Green+Blue) = 68+141+113=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #448D71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D71 is #BB728E. Grayscale: #747474. Windows color (decimal): -12284559 or 7441732. OLE color: 7441732.

HSL color Cylindrical-coordinate representation of color #448D71: hue angle of 156.99º 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 #448D71 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 141 113 -
CMYK 0.52 0 0.20 0.45
HSL 156.99º 0.35% 0.41% -
HSV(B) 156.99º 0.52% 0.55% -
XYZ 14.89 21.47 18.98 -
YUV 115.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 68 141 113 0.52 0 0.20 0.45 156.99 0.35 0.41
Hex 44 8D 71 34 0 14 2D 9D 23 29
Octal 104 215 161 64 0 24 55 235 43 51
Binary 1000100 10001101 1110001 110100 0 10100 101101 10011101 100011 101001

Color Harmonies of #448D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D71

Black with #448D71

Text Example


Text Example

White with #448D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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