Html Css Color HEX #448071 Viridian

📋 copy color: '#448071'

red 68 ◦ green 128 ◦ blue 113

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

Shades of Viridian #448071

Tints of Viridian #448071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.42%

 BLUE value IS 113 (44.53% from 255) = 36.57%

R = 22.01%
G = 41.42%
B = 36.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#448071 (or 0x448071) is known color: Viridian. HEX triplet: 44, 80 and 71. RGB value is (68,128,113). Sum of RGB (Red+Green+Blue) = 68+128+113=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #448071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448071 is #BB7F8E. Grayscale: #6C6C6C. Windows color (decimal): -12287887 or 7438404. OLE color: 7438404.

HSL color Cylindrical-coordinate representation of color #448071: hue angle of 165º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448071 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 113 -
CMYK 0.47 0 0.12 0.50
HSL 165º 0.31% 0.38% -
HSV(B) 165º 0.47% 0.5% -
XYZ 13.08 17.86 18.38 -
YUV 108.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 68 128 113 0.47 0 0.12 0.50 165 0.31 0.38
Hex 44 80 71 2F 0 C 32 A5 1F 26
Octal 104 200 161 57 0 14 62 245 37 46
Binary 1000100 10000000 1110001 101111 0 1100 110010 10100101 11111 100110

Color Harmonies of #448071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448071

Black with #448071

Text Example


Text Example

White with #448071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448071; }

 p { color: rgb(68,128,113); }

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

background-color css

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

 a { background-color: rgb(68,128,113); }

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

border-color css

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

 span { border-color: rgb(68,128,113); }

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