#488868

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

Shades of Viridian #488868

Tints of Viridian #488868

Color information

#488868 (or 0x488868) is unknown color: approx Viridian. HEX triplet: 48, 88 and 68. RGB value is (72,136,104). Sum of RGB (Red+Green+Blue) = 72+136+104=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #488868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488868 is #B77797. Grayscale: #717171. Windows color (decimal): -12023704 or 6850632. OLE color: 6850632.

HSL color Cylindrical-coordinate representation of color #488868: hue angle of 150º degrees, saturation: 0.31, 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 #488868 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB72136104-
CMYK0.4700.240.47
HSL150º30.77%40.78%-
HSV(B)150º47.06%53.33%-
XYZ13.9819.9916.22-
YUV113.22122.898.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 136 (53.52% from 255) = 43.59%
BLUE value IS 104 (41.02% from 255) = 33.33%
R=23.08%
G=43.59%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721361040.4700.240.4715030.7740.78
Hex4888682F0182F961f29
Octal11021015057030572263751
Binary10010001000100011010001011110110001011111001011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488868; }

 p { color: rgb(72,136,104); }

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

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

 a { background-color: rgb(72,136,104); }

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

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

 span { border-color: rgb(72,136,104); }

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