Html Css Color HEX #449674 Viridian

📋 copy color: '#449674'

red 68 ◦ green 150 ◦ blue 116

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

Shades of Viridian #449674

Tints of Viridian #449674

RGB

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

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

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

R = 20.36%
G = 44.91%
B = 34.73%

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

#449674 (or 0x449674) is known color: Viridian. HEX triplet: 44, 96 and 74. RGB value is (68,150,116). Sum of RGB (Red+Green+Blue) = 68+150+116=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #449674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449674 is #BB698B. Grayscale: #797979. Windows color (decimal): -12282252 or 7640644. OLE color: 7640644.

HSL color Cylindrical-coordinate representation of color #449674: hue angle of 155.12º 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 #449674 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 150 116 -
CMYK 0.55 0 0.23 0.41
HSL 155.12º 0.38% 0.43% -
HSV(B) 155.12º 0.55% 0.59% -
XYZ 16.44 24.3 20.35 -
YUV 121.61 124.83 89.76 -
System Red Green Blue C M Y K H S L
Decimal 68 150 116 0.55 0 0.23 0.41 155.12 0.38 0.43
Hex 44 96 74 37 0 17 29 9B 26 2B
Octal 104 226 164 67 0 27 51 233 46 53
Binary 1000100 10010110 1110100 110111 0 10111 101001 10011011 100110 101011

Color Harmonies of #449674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449674

Black with #449674

Text Example


Text Example

White with #449674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449674; }

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

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

background-color css

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

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

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

border-color css

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

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

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