#448873

Color #448873 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #448873

Tints of Viridian #448873

Color information

#448873 (or 0x448873) is unknown color: approx 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

RGB68136115-
CMYK0.5000.150.47
HSL161.47º33.33%40%-
HSV(B)161.47º50%53.33%-
XYZ14.2820.0819.34-
YUV113.27128.9795.71-

RGB Variations

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

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 (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681361150.5000.150.47161.4733.3340
Hex448873320F2Fa12128
Octal10421016362017572414150
Binary10001001000100011100111100100111110111110100001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>