Html Css Color HEX #448576 Viridian

📋 copy color: '#448576'

red 68 ◦ green 133 ◦ blue 118

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

Shades of Viridian #448576

Tints of Viridian #448576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.69%

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

R = 21.32%
G = 41.69%
B = 36.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#448576 (or 0x448576) is known color: Viridian. HEX triplet: 44, 85 and 76. RGB value is (68,133,118). Sum of RGB (Red+Green+Blue) = 68+133+118=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #448576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448576 is #BB7A89. Grayscale: #6F6F6F. Windows color (decimal): -12286602 or 7767364. OLE color: 7767364.

HSL color Cylindrical-coordinate representation of color #448576: hue angle of 166.15º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448576 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 133 118 -
CMYK 0.49 0 0.11 0.48
HSL 166.15º 0.32% 0.39% -
HSV(B) 166.15º 0.49% 0.52% -
XYZ 14.04 19.31 20.13 -
YUV 111.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 68 133 118 0.49 0 0.11 0.48 166.15 0.32 0.39
Hex 44 85 76 31 0 B 30 A6 20 27
Octal 104 205 166 61 0 13 60 246 40 47
Binary 1000100 10000101 1110110 110001 0 1011 110000 10100110 100000 100111

Color Harmonies of #448576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448576

Black with #448576

Text Example


Text Example

White with #448576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448576; }

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

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

background-color css

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

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

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

border-color css

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

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

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