#488571

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

Shades of Viridian #488571

Tints of Viridian #488571

Color information

#488571 (or 0x488571) is unknown color: approx Viridian. HEX triplet: 48, 85 and 71. RGB value is (72,133,113). Sum of RGB (Red+Green+Blue) = 72+133+113=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #488571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488571 is #B77A8E. Grayscale: #707070. Windows color (decimal): -12024463 or 7439688. OLE color: 7439688.

HSL color Cylindrical-coordinate representation of color #488571: hue angle of 160.33º 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 #488571 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB72133113-
CMYK0.4600.150.48
HSL160.33º29.76%40.2%-
HSV(B)160.33º45.86%52.16%-
XYZ14.0419.3518.62-
YUV112.48128.2999.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=22.64%
G=41.82%
B=35.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721331130.4600.150.48160.3329.7640.2
Hex4885712E0F30a01e28
Octal11020516156017602403650
Binary1001000100001011110001101110011111100001010000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488571; }

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

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

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

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

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

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

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

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