Html Css Color HEX #448E71 Viridian

📋 copy color: '#448E71'

red 68 ◦ green 142 ◦ blue 113

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

Shades of Viridian #448E71

Tints of Viridian #448E71

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.96%

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

R = 21.05%
G = 43.96%
B = 34.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#448E71 (or 0x448E71) is known color: Viridian. HEX triplet: 44, 8E and 71. RGB value is (68,142,113). Sum of RGB (Red+Green+Blue) = 68+142+113=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #448E71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448E71 is #BB718E. Grayscale: #747474. Windows color (decimal): -12284303 or 7441988. OLE color: 7441988.

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

Color convert

RGB 68 142 113 -
CMYK 0.52 0 0.20 0.44
HSL 156.49º 0.35% 0.41% -
HSV(B) 156.49º 0.52% 0.56% -
XYZ 15.04 21.77 19.03 -
YUV 116.57 125.98 93.36 -
System Red Green Blue C M Y K H S L
Decimal 68 142 113 0.52 0 0.20 0.44 156.49 0.35 0.41
Hex 44 8E 71 34 0 14 2C 9C 23 29
Octal 104 216 161 64 0 24 54 234 43 51
Binary 1000100 10001110 1110001 110100 0 10100 101100 10011100 100011 101001

Color Harmonies of #448E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448E71

Black with #448E71

Text Example


Text Example

White with #448E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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