#488576

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

Shades of Viridian #488576

Tints of Viridian #488576

Color information

#488576 (or 0x488576) is unknown color: approx Viridian. HEX triplet: 48, 85 and 76. RGB value is (72,133,118). Sum of RGB (Red+Green+Blue) = 72+133+118=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #488576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488576 is #B77A89. Grayscale: #717171. Windows color (decimal): -12024458 or 7767368. OLE color: 7767368.

HSL color Cylindrical-coordinate representation of color #488576: hue angle of 165.25º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488576 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB72133118-
CMYK0.4600.110.48
HSL165.25º29.76%40.2%-
HSV(B)165.25º45.86%52.16%-
XYZ14.3319.4620.14-
YUV113.05130.7998.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=22.29%
G=41.18%
B=36.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721331180.4600.110.48165.2529.7640.2
Hex4885762E0B30a51e28
Octal11020516656013602453650
Binary1001000100001011110110101110010111100001010010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488576; }

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

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

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

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

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

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

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

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