Html Css Color HEX #448978 Viridian

📋 copy color: '#448978'

red 68 ◦ green 137 ◦ blue 120

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

Shades of Viridian #448978

Tints of Viridian #448978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.92%

R = 20.92%
G = 42.15%
B = 36.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#448978 (or 0x448978) is known color: Viridian. HEX triplet: 44, 89 and 78. RGB value is (68,137,120). Sum of RGB (Red+Green+Blue) = 68+137+120=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #448978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448978 is #BB7687. Grayscale: #727272. Windows color (decimal): -12285576 or 7899460. OLE color: 7899460.

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

Color convert

RGB 68 137 120 -
CMYK 0.50 0 0.12 0.46
HSL 165.22º 0.34% 0.4% -
HSV(B) 165.22º 0.5% 0.54% -
XYZ 14.72 20.48 20.95 -
YUV 114.43 131.14 94.88 -
System Red Green Blue C M Y K H S L
Decimal 68 137 120 0.50 0 0.12 0.46 165.22 0.34 0.4
Hex 44 89 78 32 0 C 2E A5 22 28
Octal 104 211 170 62 0 14 56 245 42 50
Binary 1000100 10001001 1111000 110010 0 1100 101110 10100101 100010 101000

Color Harmonies of #448978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448978

Black with #448978

Text Example


Text Example

White with #448978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448978; }

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

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

background-color css

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

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

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

border-color css

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

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

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