#448163

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

Shades of Viridian #448163

Tints of Viridian #448163

Color information

#448163 (or 0x448163) is unknown color: approx Viridian. HEX triplet: 44, 81 and 63. RGB value is (68,129,99). Sum of RGB (Red+Green+Blue) = 68+129+99=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #448163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448163 is #BB7E9C. Grayscale: #6B6B6B. Windows color (decimal): -12287645 or 6521156. OLE color: 6521156.

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

Color convert

RGB6812999-
CMYK0.4700.230.49
HSL150.49º30.96%38.63%-
HSV(B)150.49º47.29%50.59%-
XYZ12.4917.8314.59-
YUV107.34123.2999.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 129 (50.78% from 255) = 43.58%
BLUE value IS 99 (39.06% from 255) = 33.45%
R=22.97%
G=43.58%
B=33.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68129990.4700.230.49150.4930.9638.63
Hex4481632F01731961f27
Octal10420114357027612263747
Binary10001001000000111000111011110101111100011001011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448163; }

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

 H1.HeaderClassName
 {
   color: #448163;
 }
 .AnyTagClassName
 {
   color: #448163;
 }
</style>
background-color css

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

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

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

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

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

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