Html Css Color HEX #449070 Viridian

📋 copy color: '#449070'

red 68 ◦ green 144 ◦ blue 112

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

Shades of Viridian #449070

Tints of Viridian #449070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

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

R = 20.99%
G = 44.44%
B = 34.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#449070 (or 0x449070) is known color: Viridian. HEX triplet: 44, 90 and 70. RGB value is (68,144,112). Sum of RGB (Red+Green+Blue) = 68+144+112=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #449070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449070 is #BB6F8F. Grayscale: #757575. Windows color (decimal): -12283792 or 7376964. OLE color: 7376964.

HSL color Cylindrical-coordinate representation of color #449070: hue angle of 154.74º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449070 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 144 112 -
CMYK 0.53 0 0.22 0.44
HSL 154.74º 0.36% 0.42% -
HSV(B) 154.74º 0.53% 0.56% -
XYZ 15.28 22.35 18.84 -
YUV 117.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 68 144 112 0.53 0 0.22 0.44 154.74 0.36 0.42
Hex 44 90 70 35 0 16 2C 9B 24 2A
Octal 104 220 160 65 0 26 54 233 44 52
Binary 1000100 10010000 1110000 110101 0 10110 101100 10011011 100100 101010

Color Harmonies of #449070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449070

Black with #449070

Text Example


Text Example

White with #449070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449070; }

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

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

background-color css

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

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

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

border-color css

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

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

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