#488477

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

Shades of Viridian #488477

Tints of Viridian #488477

Color information

#488477 (or 0x488477) is unknown color: approx Viridian. HEX triplet: 48, 84 and 77. RGB value is (72,132,119). Sum of RGB (Red+Green+Blue) = 72+132+119=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 132 - color contains mainly: green. Hex color #488477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488477 is #B77B88. Grayscale: #707070. Windows color (decimal): -12024713 or 7832648. OLE color: 7832648.

HSL color Cylindrical-coordinate representation of color #488477: hue angle of 167º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488477 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB72132119-
CMYK0.4500.100.48
HSL167º29.41%40%-
HSV(B)167º45.45%51.76%-
XYZ14.2519.2120.41-
YUV112.58131.6299.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 132 (51.95% from 255) = 40.87%
BLUE value IS 119 (46.88% from 255) = 36.84%
R=22.29%
G=40.87%
B=36.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721321190.4500.100.4816729.4140
Hex4884772D0A30a71d28
Octal11020416755012602473550
Binary1001000100001001110111101101010101100001010011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488477; }

 p { color: rgb(72,132,119); }

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

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

 a { background-color: rgb(72,132,119); }

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

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

 span { border-color: rgb(72,132,119); }

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