Html Css Color HEX #448173 Viridian

📋 copy color: '#448173'

red 68 ◦ green 129 ◦ blue 115

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

Shades of Viridian #448173

Tints of Viridian #448173

RGB

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

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

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

R = 21.79%
G = 41.35%
B = 36.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#448173 (or 0x448173) is known color: Viridian. HEX triplet: 44, 81 and 73. RGB value is (68,129,115). Sum of RGB (Red+Green+Blue) = 68+129+115=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #448173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448173 is #BB7E8C. Grayscale: #6D6D6D. Windows color (decimal): -12287629 or 7569732. OLE color: 7569732.

HSL color Cylindrical-coordinate representation of color #448173: hue angle of 166.23º 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 #448173 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 129 115 -
CMYK 0.47 0 0.11 0.49
HSL 166.23º 0.31% 0.39% -
HSV(B) 166.23º 0.47% 0.51% -
XYZ 13.33 18.17 19.02 -
YUV 109.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 68 129 115 0.47 0 0.11 0.49 166.23 0.31 0.39
Hex 44 81 73 2F 0 B 31 A6 1F 27
Octal 104 201 163 57 0 13 61 246 37 47
Binary 1000100 10000001 1110011 101111 0 1011 110001 10100110 11111 100111

Color Harmonies of #448173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448173

Black with #448173

Text Example


Text Example

White with #448173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448173; }

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

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

background-color css

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

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

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

border-color css

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

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

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