#488978

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

Shades of Viridian #488978

Tints of Viridian #488978

Color information

#488978 (or 0x488978) is unknown color: approx Viridian. HEX triplet: 48, 89 and 78. RGB value is (72,137,120). Sum of RGB (Red+Green+Blue) = 72+137+120=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #488978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488978 is #B77687. Grayscale: #737373. Windows color (decimal): -12023432 or 7899464. OLE color: 7899464.

HSL color Cylindrical-coordinate representation of color #488978: hue angle of 164.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488978 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB72137120-
CMYK0.4700.120.46
HSL164.31º31.1%40.98%-
HSV(B)164.31º47.45%53.73%-
XYZ15.0120.6320.96-
YUV115.63130.4796.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=21.88%
G=41.64%
B=36.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721371200.4700.120.46164.3131.140.98
Hex4889782F0C2Ea41f29
Octal11021117057014562443751
Binary1001000100010011111000101111011001011101010010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488978; }

 p { color: rgb(72,137,120); }

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

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

 a { background-color: rgb(72,137,120); }

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

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

 span { border-color: rgb(72,137,120); }

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