Html Css Color HEX #448974 Viridian

📋 copy color: '#448974'

red 68 ◦ green 137 ◦ blue 116

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

Shades of Viridian #448974

Tints of Viridian #448974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.14%

R = 21.18%
G = 42.68%
B = 36.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#448974 (or 0x448974) is known color: Viridian. HEX triplet: 44, 89 and 74. RGB value is (68,137,116). Sum of RGB (Red+Green+Blue) = 68+137+116=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #448974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448974 is #BB768B. Grayscale: #717171. Windows color (decimal): -12285580 or 7637316. OLE color: 7637316.

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

Color convert

RGB 68 137 116 -
CMYK 0.50 0 0.15 0.46
HSL 161.74º 0.34% 0.4% -
HSV(B) 161.74º 0.5% 0.54% -
XYZ 14.48 20.38 19.69 -
YUV 113.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 68 137 116 0.50 0 0.15 0.46 161.74 0.34 0.4
Hex 44 89 74 32 0 F 2E A2 22 28
Octal 104 211 164 62 0 17 56 242 42 50
Binary 1000100 10001001 1110100 110010 0 1111 101110 10100010 100010 101000

Color Harmonies of #448974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448974

Black with #448974

Text Example


Text Example

White with #448974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448974; }

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

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

background-color css

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

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

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

border-color css

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

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

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