Html Css Color HEX #448673 Viridian

📋 copy color: '#448673'

red 68 ◦ green 134 ◦ blue 115

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

Shades of Viridian #448673

Tints of Viridian #448673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.27%

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

R = 21.45%
G = 42.27%
B = 36.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#448673 (or 0x448673) is known color: Viridian. HEX triplet: 44, 86 and 73. RGB value is (68,134,115). Sum of RGB (Red+Green+Blue) = 68+134+115=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #448673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448673 is #BB798C. Grayscale: #707070. Windows color (decimal): -12286349 or 7571012. OLE color: 7571012.

HSL color Cylindrical-coordinate representation of color #448673: hue angle of 162.73º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448673 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 134 115 -
CMYK 0.49 0 0.14 0.47
HSL 162.73º 0.33% 0.4% -
HSV(B) 162.73º 0.49% 0.53% -
XYZ 14 19.52 19.25 -
YUV 112.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 68 134 115 0.49 0 0.14 0.47 162.73 0.33 0.4
Hex 44 86 73 31 0 E 2F A3 21 28
Octal 104 206 163 61 0 16 57 243 41 50
Binary 1000100 10000110 1110011 110001 0 1110 101111 10100011 100001 101000

Color Harmonies of #448673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448673

Black with #448673

Text Example


Text Example

White with #448673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448673; }

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

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

background-color css

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

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

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

border-color css

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

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

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