Html Css Color HEX #448873 Viridian

📋 copy color: '#448873'

red 68 ◦ green 136 ◦ blue 115

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

Shades of Viridian #448873

Tints of Viridian #448873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.63%

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

R = 21.32%
G = 42.63%
B = 36.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#448873 (or 0x448873) is known color: Viridian. HEX triplet: 44, 88 and 73. RGB value is (68,136,115). Sum of RGB (Red+Green+Blue) = 68+136+115=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #448873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448873 is #BB778C. Grayscale: #717171. Windows color (decimal): -12285837 or 7571524. OLE color: 7571524.

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

Color convert

RGB 68 136 115 -
CMYK 0.50 0 0.15 0.47
HSL 161.47º 0.33% 0.4% -
HSV(B) 161.47º 0.5% 0.53% -
XYZ 14.28 20.08 19.34 -
YUV 113.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 68 136 115 0.50 0 0.15 0.47 161.47 0.33 0.4
Hex 44 88 73 32 0 F 2F A1 21 28
Octal 104 210 163 62 0 17 57 241 41 50
Binary 1000100 10001000 1110011 110010 0 1111 101111 10100001 100001 101000

Color Harmonies of #448873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448873

Black with #448873

Text Example


Text Example

White with #448873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448873; }

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

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

background-color css

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

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

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

border-color css

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

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

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