Html Css Color HEX #449174 Viridian

📋 copy color: '#449174'

red 68 ◦ green 145 ◦ blue 116

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

Shades of Viridian #449174

Tints of Viridian #449174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.07%

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

R = 20.67%
G = 44.07%
B = 35.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#449174 (or 0x449174) is known color: Viridian. HEX triplet: 44, 91 and 74. RGB value is (68,145,116). Sum of RGB (Red+Green+Blue) = 68+145+116=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #449174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449174 is #BB6E8B. Grayscale: #767676. Windows color (decimal): -12283532 or 7639364. OLE color: 7639364.

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

Color convert

RGB 68 145 116 -
CMYK 0.53 0 0.2 0.43
HSL 157.4º 0.36% 0.42% -
HSV(B) 157.4º 0.53% 0.57% -
XYZ 15.66 22.74 20.09 -
YUV 118.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 68 145 116 0.53 0 0.2 0.43 157.4 0.36 0.42
Hex 44 91 74 35 0 14 2B 9D 24 2A
Octal 104 221 164 65 0 24 53 235 44 52
Binary 1000100 10010001 1110100 110101 0 10100 101011 10011101 100100 101010

Color Harmonies of #449174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449174

Black with #449174

Text Example


Text Example

White with #449174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449174; }

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

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

background-color css

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

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

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

border-color css

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

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

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