#448777

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

Shades of Viridian #448777

Tints of Viridian #448777

Color information

#448777 (or 0x448777) is unknown color: approx Viridian. HEX triplet: 44, 87 and 77. RGB value is (68,135,119). Sum of RGB (Red+Green+Blue) = 68+135+119=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #448777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448777 is #BB7888. Grayscale: #717171. Windows color (decimal): -12286089 or 7833412. OLE color: 7833412.

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

Color convert

RGB68135119-
CMYK0.5000.120.47
HSL165.67º33%39.8%-
HSV(B)165.67º49.63%52.94%-
XYZ14.3819.8920.53-
YUV113.14131.395.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.12%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 119 (46.88% from 255) = 36.96%
R=21.12%
G=41.93%
B=36.96%

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
Decimal681351190.5000.120.47165.673339.8
Hex448777320C2Fa62128
Octal10420716762014572464150
Binary10001001000011111101111100100110010111110100110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448777; }

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

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

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

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

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

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

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

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