#448673

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

Shades of Viridian #448673

Tints of Viridian #448673

Color information

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

RGB68134115-
CMYK0.4900.140.47
HSL162.73º32.67%39.61%-
HSV(B)162.73º49.25%52.55%-
XYZ1419.5219.25-
YUV112.1129.6396.54-

RGB Variations

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

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 (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681341150.4900.140.47162.7332.6739.61
Hex448673310E2Fa32128
Octal10420616361016572434150
Binary10001001000011011100111100010111010111110100011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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