#488775

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

Shades of Viridian #488775

Tints of Viridian #488775

Color information

#488775 (or 0x488775) is unknown color: approx Viridian. HEX triplet: 48, 87 and 75. RGB value is (72,135,117). Sum of RGB (Red+Green+Blue) = 72+135+117=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #488775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488775 is #B7788A. Grayscale: #727272. Windows color (decimal): -12023947 or 7702344. OLE color: 7702344.

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

Color convert

RGB72135117-
CMYK0.4700.130.47
HSL162.86º30.43%40.59%-
HSV(B)162.86º46.67%52.94%-
XYZ14.5519.9919.92-
YUV114.11129.6397.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.22%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=22.22%
G=41.67%
B=36.11%

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
Decimal721351170.4700.130.47162.8630.4340.59
Hex4887752F0D2Fa31e29
Octal11020716557015572433651
Binary1001000100001111110101101111011011011111010001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488775; }

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

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

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

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

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

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

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

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