Html Css Color HEX #449474 Viridian

📋 copy color: '#449474'

red 68 ◦ green 148 ◦ blue 116

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

Shades of Viridian #449474

Tints of Viridian #449474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

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

R = 20.48%
G = 44.58%
B = 34.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#449474 (or 0x449474) is known color: Viridian. HEX triplet: 44, 94 and 74. RGB value is (68,148,116). Sum of RGB (Red+Green+Blue) = 68+148+116=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #449474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449474 is #BB6B8B. Grayscale: #787878. Windows color (decimal): -12282764 or 7640132. OLE color: 7640132.

HSL color Cylindrical-coordinate representation of color #449474: hue angle of 156º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449474 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 148 116 -
CMYK 0.54 0 0.22 0.42
HSL 156º 0.37% 0.42% -
HSV(B) 156º 0.54% 0.58% -
XYZ 16.13 23.67 20.24 -
YUV 120.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 68 148 116 0.54 0 0.22 0.42 156 0.37 0.42
Hex 44 94 74 36 0 16 2A 9C 25 2A
Octal 104 224 164 66 0 26 52 234 45 52
Binary 1000100 10010100 1110100 110110 0 10110 101010 10011100 100101 101010

Color Harmonies of #449474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449474

Black with #449474

Text Example


Text Example

White with #449474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449474; }

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

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

background-color css

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

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

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

border-color css

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

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

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