#448865

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

Shades of Viridian #448865

Tints of Viridian #448865

Color information

#448865 (or 0x448865) is unknown color: approx Viridian. HEX triplet: 44, 88 and 65. RGB value is (68,136,101). Sum of RGB (Red+Green+Blue) = 68+136+101=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #448865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448865 is #BB779A. Grayscale: #6F6F6F. Windows color (decimal): -12285851 or 6654020. OLE color: 6654020.

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

Color convert

RGB68136101-
CMYK0.5000.260.47
HSL149.12º33.33%40%-
HSV(B)149.12º50%53.33%-
XYZ13.5419.7815.42-
YUV111.68121.9796.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=22.30%
G=44.59%
B=33.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681361010.5000.260.47149.1233.3340
Hex4488653201A2F952128
Octal10421014562032572254150
Binary100010010001000110010111001001101010111110010101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448865; }

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

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

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

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

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

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

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

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