Html Css Color HEX #448473 Viridian

📋 copy color: '#448473'

red 68 ◦ green 132 ◦ blue 115

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

Shades of Viridian #448473

Tints of Viridian #448473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 21.59%
G = 41.9%
B = 36.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#448473 (or 0x448473) is known color: Viridian. HEX triplet: 44, 84 and 73. RGB value is (68,132,115). Sum of RGB (Red+Green+Blue) = 68+132+115=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #448473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448473 is #BB7B8C. Grayscale: #6E6E6E. Windows color (decimal): -12286861 or 7570500. OLE color: 7570500.

HSL color Cylindrical-coordinate representation of color #448473: hue angle of 164.06º 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 #448473 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 115 -
CMYK 0.48 0 0.13 0.48
HSL 164.06º 0.32% 0.39% -
HSV(B) 164.06º 0.48% 0.52% -
XYZ 13.73 18.97 19.16 -
YUV 110.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 68 132 115 0.48 0 0.13 0.48 164.06 0.32 0.39
Hex 44 84 73 30 0 D 30 A4 20 27
Octal 104 204 163 60 0 15 60 244 40 47
Binary 1000100 10000100 1110011 110000 0 1101 110000 10100100 100000 100111

Color Harmonies of #448473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448473

Black with #448473

Text Example


Text Example

White with #448473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448473; }

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

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

background-color css

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

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

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

border-color css

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

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

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