Html Css Color HEX #448A76 Viridian

📋 copy color: '#448A76'

red 68 ◦ green 138 ◦ blue 118

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

Shades of Viridian #448A76

Tints of Viridian #448A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.59%

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

R = 20.99%
G = 42.59%
B = 36.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#448A76 (or 0x448A76) is known color: Viridian. HEX triplet: 44, 8A and 76. RGB value is (68,138,118). Sum of RGB (Red+Green+Blue) = 68+138+118=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #448A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A76 is #BB7589. Grayscale: #727272. Windows color (decimal): -12285322 or 7768644. OLE color: 7768644.

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

Color convert

RGB 68 138 118 -
CMYK 0.51 0 0.14 0.46
HSL 162.86º 0.34% 0.4% -
HSV(B) 162.86º 0.51% 0.54% -
XYZ 14.74 20.71 20.36 -
YUV 114.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 68 138 118 0.51 0 0.14 0.46 162.86 0.34 0.4
Hex 44 8A 76 33 0 E 2E A3 22 28
Octal 104 212 166 63 0 16 56 243 42 50
Binary 1000100 10001010 1110110 110011 0 1110 101110 10100011 100010 101000

Color Harmonies of #448A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448A76

Black with #448A76

Text Example


Text Example

White with #448A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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