Html Css Color HEX #448971 Viridian

📋 copy color: '#448971'

red 68 ◦ green 137 ◦ blue 113

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

Shades of Viridian #448971

Tints of Viridian #448971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.53%

R = 21.38%
G = 43.08%
B = 35.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#448971 (or 0x448971) is known color: Viridian. HEX triplet: 44, 89 and 71. RGB value is (68,137,113). Sum of RGB (Red+Green+Blue) = 68+137+113=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #448971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448971 is #BB768E. Grayscale: #717171. Windows color (decimal): -12285583 or 7440708. OLE color: 7440708.

HSL color Cylindrical-coordinate representation of color #448971: hue angle of 159.13º 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 #448971 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 137 113 -
CMYK 0.50 0 0.18 0.46
HSL 159.13º 0.34% 0.4% -
HSV(B) 159.13º 0.5% 0.54% -
XYZ 14.31 20.31 18.79 -
YUV 113.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 68 137 113 0.50 0 0.18 0.46 159.13 0.34 0.4
Hex 44 89 71 32 0 12 2E 9F 22 28
Octal 104 211 161 62 0 22 56 237 42 50
Binary 1000100 10001001 1110001 110010 0 10010 101110 10011111 100010 101000

Color Harmonies of #448971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448971

Black with #448971

Text Example


Text Example

White with #448971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448971; }

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

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

background-color css

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

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

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

border-color css

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

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

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