Html Css Color HEX #449673 Viridian

📋 copy color: '#449673'

red 68 ◦ green 150 ◦ blue 115

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

Shades of Viridian #449673

Tints of Viridian #449673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.05%

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

R = 20.42%
G = 45.05%
B = 34.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#449673 (or 0x449673) is known color: Viridian. HEX triplet: 44, 96 and 73. RGB value is (68,150,115). Sum of RGB (Red+Green+Blue) = 68+150+115=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #449673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449673 is #BB698C. Grayscale: #797979. Windows color (decimal): -12282253 or 7575108. OLE color: 7575108.

HSL color Cylindrical-coordinate representation of color #449673: hue angle of 154.39º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449673 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 150 115 -
CMYK 0.55 0 0.23 0.41
HSL 154.39º 0.38% 0.43% -
HSV(B) 154.39º 0.55% 0.59% -
XYZ 16.38 24.28 20.04 -
YUV 121.49 124.33 89.85 -
System Red Green Blue C M Y K H S L
Decimal 68 150 115 0.55 0 0.23 0.41 154.39 0.38 0.43
Hex 44 96 73 37 0 17 29 9A 26 2B
Octal 104 226 163 67 0 27 51 232 46 53
Binary 1000100 10010110 1110011 110111 0 10111 101001 10011010 100110 101011

Color Harmonies of #449673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449673

Black with #449673

Text Example


Text Example

White with #449673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449673; }

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

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

background-color css

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

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

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

border-color css

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

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

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