Html Css Color HEX #449172 Viridian

📋 copy color: '#449172'

red 68 ◦ green 145 ◦ blue 114

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

Shades of Viridian #449172

Tints of Viridian #449172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.34%

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

R = 20.8%
G = 44.34%
B = 34.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#449172 (or 0x449172) is known color: Viridian. HEX triplet: 44, 91 and 72. RGB value is (68,145,114). Sum of RGB (Red+Green+Blue) = 68+145+114=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #449172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449172 is #BB6E8D. Grayscale: #767676. Windows color (decimal): -12283534 or 7508292. OLE color: 7508292.

HSL color Cylindrical-coordinate representation of color #449172: hue angle of 155.84º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449172 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 145 114 -
CMYK 0.53 0 0.21 0.43
HSL 155.84º 0.36% 0.42% -
HSV(B) 155.84º 0.53% 0.57% -
XYZ 15.55 22.69 19.48 -
YUV 118.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 68 145 114 0.53 0 0.21 0.43 155.84 0.36 0.42
Hex 44 91 72 35 0 15 2B 9C 24 2A
Octal 104 221 162 65 0 25 53 234 44 52
Binary 1000100 10010001 1110010 110101 0 10101 101011 10011100 100100 101010

Color Harmonies of #449172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449172

Black with #449172

Text Example


Text Example

White with #449172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449172; }

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

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

background-color css

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

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

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

border-color css

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

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

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