Html Css Color HEX #448976 Viridian

📋 copy color: '#448976'

red 68 ◦ green 137 ◦ blue 118

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

Shades of Viridian #448976

Tints of Viridian #448976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.53%

R = 21.05%
G = 42.41%
B = 36.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#448976 (or 0x448976) is known color: Viridian. HEX triplet: 44, 89 and 76. RGB value is (68,137,118). Sum of RGB (Red+Green+Blue) = 68+137+118=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #448976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448976 is #BB7689. Grayscale: #727272. Windows color (decimal): -12285578 or 7768388. OLE color: 7768388.

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

Color convert

RGB 68 137 118 -
CMYK 0.50 0 0.14 0.46
HSL 163.48º 0.34% 0.4% -
HSV(B) 163.48º 0.5% 0.54% -
XYZ 14.6 20.43 20.31 -
YUV 114.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 68 137 118 0.50 0 0.14 0.46 163.48 0.34 0.4
Hex 44 89 76 32 0 E 2E A3 22 28
Octal 104 211 166 62 0 16 56 243 42 50
Binary 1000100 10001001 1110110 110010 0 1110 101110 10100011 100010 101000

Color Harmonies of #448976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448976

Black with #448976

Text Example


Text Example

White with #448976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448976; }

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

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

background-color css

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

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

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

border-color css

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

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

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