#488773

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

Shades of Viridian #488773

Tints of Viridian #488773

Color information

#488773 (or 0x488773) is unknown color: approx Viridian. HEX triplet: 48, 87 and 73. RGB value is (72,135,115). Sum of RGB (Red+Green+Blue) = 72+135+115=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #488773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488773 is #B7788C. Grayscale: #717171. Windows color (decimal): -12023949 or 7571272. OLE color: 7571272.

HSL color Cylindrical-coordinate representation of color #488773: hue angle of 160.95º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488773 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB72135115-
CMYK0.4700.150.47
HSL160.95º30.43%40.59%-
HSV(B)160.95º46.67%52.94%-
XYZ14.4319.9419.31-
YUV113.88128.6398.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=22.36%
G=41.93%
B=35.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721351150.4700.150.47160.9530.4340.59
Hex4887732F0F2Fa11e29
Octal11020716357017572413651
Binary1001000100001111110011101111011111011111010000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488773; }

 p { color: rgb(72,135,115); }

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

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

 a { background-color: rgb(72,135,115); }

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

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

 span { border-color: rgb(72,135,115); }

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