Html Css Color HEX #449672 Viridian

📋 copy color: '#449672'

red 68 ◦ green 150 ◦ blue 114

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

Shades of Viridian #449672

Tints of Viridian #449672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.34%

R = 20.48%
G = 45.18%
B = 34.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#449672 (or 0x449672) is known color: Viridian. HEX triplet: 44, 96 and 72. RGB value is (68,150,114). Sum of RGB (Red+Green+Blue) = 68+150+114=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #449672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449672 is #BB698D. Grayscale: #797979. Windows color (decimal): -12282254 or 7509572. OLE color: 7509572.

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

Color convert

RGB 68 150 114 -
CMYK 0.55 0 0.24 0.41
HSL 153.66º 0.38% 0.43% -
HSV(B) 153.66º 0.55% 0.59% -
XYZ 16.33 24.26 19.74 -
YUV 121.38 123.83 89.93 -
System Red Green Blue C M Y K H S L
Decimal 68 150 114 0.55 0 0.24 0.41 153.66 0.38 0.43
Hex 44 96 72 37 0 18 29 9A 26 2B
Octal 104 226 162 67 0 30 51 232 46 53
Binary 1000100 10010110 1110010 110111 0 11000 101001 10011010 100110 101011

Color Harmonies of #449672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449672

Black with #449672

Text Example


Text Example

White with #449672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449672; }

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

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

background-color css

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

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

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

border-color css

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

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

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