#488776

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

Shades of Viridian #488776

Tints of Viridian #488776

Color information

#488776 (or 0x488776) is unknown color: approx Viridian. HEX triplet: 48, 87 and 76. RGB value is (72,135,118). Sum of RGB (Red+Green+Blue) = 72+135+118=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #488776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488776 is #B77889. Grayscale: #727272. Windows color (decimal): -12023946 or 7767880. OLE color: 7767880.

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

Color convert

RGB72135118-
CMYK0.4700.130.47
HSL163.81º30.43%40.59%-
HSV(B)163.81º46.67%52.94%-
XYZ14.6120.0120.23-
YUV114.22130.1397.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=22.15%
G=41.54%
B=36.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721351180.4700.130.47163.8130.4340.59
Hex4887762F0D2Fa41e29
Octal11020716657015572443651
Binary1001000100001111110110101111011011011111010010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488776; }

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

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

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

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

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

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

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

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