Html Css Color HEX #448D70 Viridian

📋 copy color: '#448D70'

red 68 ◦ green 141 ◦ blue 112

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

Shades of Viridian #448D70

Tints of Viridian #448D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 21.18%
G = 43.93%
B = 34.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#448D70 (or 0x448D70) is known color: Viridian. HEX triplet: 44, 8D and 70. RGB value is (68,141,112). Sum of RGB (Red+Green+Blue) = 68+141+112=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #448D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D70 is #BB728F. Grayscale: #737373. Windows color (decimal): -12284560 or 7376196. OLE color: 7376196.

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

Color convert

RGB 68 141 112 -
CMYK 0.52 0 0.21 0.45
HSL 156.16º 0.35% 0.41% -
HSV(B) 156.16º 0.52% 0.55% -
XYZ 14.83 21.45 18.69 -
YUV 115.87 125.82 93.86 -
System Red Green Blue C M Y K H S L
Decimal 68 141 112 0.52 0 0.21 0.45 156.16 0.35 0.41
Hex 44 8D 70 34 0 15 2D 9C 23 29
Octal 104 215 160 64 0 25 55 234 43 51
Binary 1000100 10001101 1110000 110100 0 10101 101101 10011100 100011 101001

Color Harmonies of #448D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D70

Black with #448D70

Text Example


Text Example

White with #448D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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