#488572

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

Shades of Viridian #488572

Tints of Viridian #488572

Color information

#488572 (or 0x488572) is unknown color: approx Viridian. HEX triplet: 48, 85 and 72. RGB value is (72,133,114). Sum of RGB (Red+Green+Blue) = 72+133+114=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #488572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488572 is #B77A8D. Grayscale: #707070. Windows color (decimal): -12024462 or 7505224. OLE color: 7505224.

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

Color convert

RGB72133114-
CMYK0.4600.140.48
HSL161.31º29.76%40.2%-
HSV(B)161.31º45.86%52.16%-
XYZ14.119.3718.91-
YUV112.59128.7999.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=22.57%
G=41.69%
B=35.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721331140.4600.140.48161.3129.7640.2
Hex4885722E0E30a11e28
Octal11020516256016602413650
Binary1001000100001011110010101110011101100001010000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488572; }

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

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

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

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

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

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

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

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