Html Css Color HEX #448171 Viridian

📋 copy color: '#448171'

red 68 ◦ green 129 ◦ blue 113

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

Shades of Viridian #448171

Tints of Viridian #448171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.61%

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

R = 21.94%
G = 41.61%
B = 36.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#448171 (or 0x448171) is known color: Viridian. HEX triplet: 44, 81 and 71. RGB value is (68,129,113). Sum of RGB (Red+Green+Blue) = 68+129+113=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #448171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448171 is #BB7E8E. Grayscale: #6C6C6C. Windows color (decimal): -12287631 or 7438660. OLE color: 7438660.

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

Color convert

RGB 68 129 113 -
CMYK 0.47 0 0.12 0.49
HSL 164.26º 0.31% 0.39% -
HSV(B) 164.26º 0.47% 0.51% -
XYZ 13.21 18.12 18.42 -
YUV 108.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 68 129 113 0.47 0 0.12 0.49 164.26 0.31 0.39
Hex 44 81 71 2F 0 C 31 A4 1F 27
Octal 104 201 161 57 0 14 61 244 37 47
Binary 1000100 10000001 1110001 101111 0 1100 110001 10100100 11111 100111

Color Harmonies of #448171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448171

Black with #448171

Text Example


Text Example

White with #448171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448171; }

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

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

background-color css

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

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

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

border-color css

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

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

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