Html Css Color HEX #448471 Viridian

📋 copy color: '#448471'

red 68 ◦ green 132 ◦ blue 113

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

Shades of Viridian #448471

Tints of Viridian #448471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.17%

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

R = 21.73%
G = 42.17%
B = 36.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#448471 (or 0x448471) is known color: Viridian. HEX triplet: 44, 84 and 71. RGB value is (68,132,113). Sum of RGB (Red+Green+Blue) = 68+132+113=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #448471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448471 is #BB7B8E. Grayscale: #6E6E6E. Windows color (decimal): -12286863 or 7439428. OLE color: 7439428.

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

Color convert

RGB 68 132 113 -
CMYK 0.48 0 0.14 0.48
HSL 162.19º 0.32% 0.39% -
HSV(B) 162.19º 0.48% 0.52% -
XYZ 13.62 18.92 18.56 -
YUV 110.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 68 132 113 0.48 0 0.14 0.48 162.19 0.32 0.39
Hex 44 84 71 30 0 E 30 A2 20 27
Octal 104 204 161 60 0 16 60 242 40 47
Binary 1000100 10000100 1110001 110000 0 1110 110000 10100010 100000 100111

Color Harmonies of #448471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448471

Black with #448471

Text Example


Text Example

White with #448471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448471; }

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

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

background-color css

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

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

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

border-color css

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

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

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