Html Css Color HEX #449074 Viridian

📋 copy color: '#449074'

red 68 ◦ green 144 ◦ blue 116

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

Shades of Viridian #449074

Tints of Viridian #449074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 20.73%
G = 43.9%
B = 35.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#449074 (or 0x449074) is known color: Viridian. HEX triplet: 44, 90 and 74. RGB value is (68,144,116). Sum of RGB (Red+Green+Blue) = 68+144+116=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #449074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449074 is #BB6F8B. Grayscale: #767676. Windows color (decimal): -12283788 or 7639108. OLE color: 7639108.

HSL color Cylindrical-coordinate representation of color #449074: hue angle of 157.89º 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 #449074 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 144 116 -
CMYK 0.53 0 0.19 0.44
HSL 157.89º 0.36% 0.42% -
HSV(B) 157.89º 0.53% 0.56% -
XYZ 15.51 22.44 20.04 -
YUV 118.08 126.82 92.28 -
System Red Green Blue C M Y K H S L
Decimal 68 144 116 0.53 0 0.19 0.44 157.89 0.36 0.42
Hex 44 90 74 35 0 13 2C 9E 24 2A
Octal 104 220 164 65 0 23 54 236 44 52
Binary 1000100 10010000 1110100 110101 0 10011 101100 10011110 100100 101010

Color Harmonies of #449074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449074

Black with #449074

Text Example


Text Example

White with #449074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449074; }

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

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

background-color css

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

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

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

border-color css

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

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

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