#448877

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

Shades of Viridian #448877

Tints of Viridian #448877

Color information

#448877 (or 0x448877) is unknown color: approx Viridian. HEX triplet: 44, 88 and 77. RGB value is (68,136,119). Sum of RGB (Red+Green+Blue) = 68+136+119=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #448877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448877 is #BB7788. Grayscale: #717171. Windows color (decimal): -12285833 or 7833668. OLE color: 7833668.

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

Color convert

RGB68136119-
CMYK0.5000.120.47
HSL165º33.33%40%-
HSV(B)165º50%53.33%-
XYZ14.5220.1720.58-
YUV113.73130.9795.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 119 (46.88% from 255) = 36.84%
R=21.05%
G=42.11%
B=36.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681361190.5000.120.4716533.3340
Hex448877320C2Fa52128
Octal10421016762014572454150
Binary10001001000100011101111100100110010111110100101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448877; }

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

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

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

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

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

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

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

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