#488874

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

Shades of Viridian #488874

Tints of Viridian #488874

Color information

#488874 (or 0x488874) is unknown color: approx Viridian. HEX triplet: 48, 88 and 74. RGB value is (72,136,116). Sum of RGB (Red+Green+Blue) = 72+136+116=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #488874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488874 is #B7778B. Grayscale: #727272. Windows color (decimal): -12023692 or 7637064. OLE color: 7637064.

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

Color convert

RGB72136116-
CMYK0.4700.150.47
HSL161.25º30.77%40.78%-
HSV(B)161.25º47.06%53.33%-
XYZ14.6320.2519.66-
YUV114.58128.897.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.22%
GREEN value IS 136 (53.52% from 255) = 41.98%
BLUE value IS 116 (45.70% from 255) = 35.80%
R=22.22%
G=41.98%
B=35.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721361160.4700.150.47161.2530.7740.78
Hex4888742F0F2Fa11f29
Octal11021016457017572413751
Binary1001000100010001110100101111011111011111010000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488874; }

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

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

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

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

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

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

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

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