#488575

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

Shades of Viridian #488575

Tints of Viridian #488575

Color information

#488575 (or 0x488575) is unknown color: approx Viridian. HEX triplet: 48, 85 and 75. RGB value is (72,133,117). Sum of RGB (Red+Green+Blue) = 72+133+117=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #488575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488575 is #B77A8A. Grayscale: #707070. Windows color (decimal): -12024459 or 7701832. OLE color: 7701832.

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

Color convert

RGB72133117-
CMYK0.4600.120.48
HSL164.26º29.76%40.2%-
HSV(B)164.26º45.86%52.16%-
XYZ14.2719.4419.83-
YUV112.94130.2998.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=22.36%
G=41.30%
B=36.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721331170.4600.120.48164.2629.7640.2
Hex4885752E0C30a41e28
Octal11020516556014602443650
Binary1001000100001011110101101110011001100001010010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488575; }

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

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

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

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

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

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

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

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