Html Css Color HEX #449473 Viridian

📋 copy color: '#449473'

red 68 ◦ green 148 ◦ blue 115

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

Shades of Viridian #449473

Tints of Viridian #449473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.74%

R = 20.54%
G = 44.71%
B = 34.74%

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

#449473 (or 0x449473) is known color: Viridian. HEX triplet: 44, 94 and 73. RGB value is (68,148,115). Sum of RGB (Red+Green+Blue) = 68+148+115=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #449473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449473 is #BB6B8C. Grayscale: #787878. Windows color (decimal): -12282765 or 7574596. OLE color: 7574596.

HSL color Cylindrical-coordinate representation of color #449473: hue angle of 155.25º 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 #449473 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 148 115 -
CMYK 0.54 0 0.22 0.42
HSL 155.25º 0.37% 0.42% -
HSV(B) 155.25º 0.54% 0.58% -
XYZ 16.07 23.65 19.94 -
YUV 120.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 68 148 115 0.54 0 0.22 0.42 155.25 0.37 0.42
Hex 44 94 73 36 0 16 2A 9B 25 2A
Octal 104 224 163 66 0 26 52 233 45 52
Binary 1000100 10010100 1110011 110110 0 10110 101010 10011011 100101 101010

Color Harmonies of #449473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449473

Black with #449473

Text Example


Text Example

White with #449473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449473; }

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

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

background-color css

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

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

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

border-color css

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

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

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