Html Css Color HEX #448972 Viridian

📋 copy color: '#448972'

red 68 ◦ green 137 ◦ blue 114

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

Shades of Viridian #448972

Tints of Viridian #448972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.95%

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

R = 21.32%
G = 42.95%
B = 35.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#448972 (or 0x448972) is known color: Viridian. HEX triplet: 44, 89 and 72. RGB value is (68,137,114). Sum of RGB (Red+Green+Blue) = 68+137+114=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #448972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448972 is #BB768D. Grayscale: #717171. Windows color (decimal): -12285582 or 7506244. OLE color: 7506244.

HSL color Cylindrical-coordinate representation of color #448972: hue angle of 160º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448972 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 137 114 -
CMYK 0.50 0 0.17 0.46
HSL 160º 0.34% 0.4% -
HSV(B) 160º 0.5% 0.54% -
XYZ 14.37 20.34 19.09 -
YUV 113.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 68 137 114 0.50 0 0.17 0.46 160 0.34 0.4
Hex 44 89 72 32 0 11 2E A0 22 28
Octal 104 211 162 62 0 21 56 240 42 50
Binary 1000100 10001001 1110010 110010 0 10001 101110 10100000 100010 101000

Color Harmonies of #448972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448972

Black with #448972

Text Example


Text Example

White with #448972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448972; }

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

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

background-color css

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

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

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

border-color css

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

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

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