Html Css Color HEX #448E70 Viridian

📋 copy color: '#448E70'

red 68 ◦ green 142 ◦ blue 112

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

Shades of Viridian #448E70

Tints of Viridian #448E70

RGB

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

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

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

R = 21.12%
G = 44.1%
B = 34.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#448E70 (or 0x448E70) is known color: Viridian. HEX triplet: 44, 8E and 70. RGB value is (68,142,112). Sum of RGB (Red+Green+Blue) = 68+142+112=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 142 - color contains mainly: green. Hex color #448E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448E70 is #BB718F. Grayscale: #747474. Windows color (decimal): -12284304 or 7376452. OLE color: 7376452.

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

Color convert

RGB 68 142 112 -
CMYK 0.52 0 0.21 0.44
HSL 155.68º 0.35% 0.41% -
HSV(B) 155.68º 0.52% 0.56% -
XYZ 14.98 21.74 18.74 -
YUV 116.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 68 142 112 0.52 0 0.21 0.44 155.68 0.35 0.41
Hex 44 8E 70 34 0 15 2C 9C 23 29
Octal 104 216 160 64 0 25 54 234 43 51
Binary 1000100 10001110 1110000 110100 0 10101 101100 10011100 100011 101001

Color Harmonies of #448E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448E70

Black with #448E70

Text Example


Text Example

White with #448E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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