#488674

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

Shades of Viridian #488674

Tints of Viridian #488674

Color information

#488674 (or 0x488674) is unknown color: approx Viridian. HEX triplet: 48, 86 and 74. RGB value is (72,134,116). Sum of RGB (Red+Green+Blue) = 72+134+116=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #488674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488674 is #B7798B. Grayscale: #717171. Windows color (decimal): -12024204 or 7636552. OLE color: 7636552.

HSL color Cylindrical-coordinate representation of color #488674: hue angle of 162.58º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488674 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB72134116-
CMYK0.4600.130.47
HSL162.58º30.1%40.39%-
HSV(B)162.58º46.27%52.55%-
XYZ14.3519.6919.57-
YUV113.41129.4698.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=22.36%
G=41.61%
B=36.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721341160.4600.130.47162.5830.140.39
Hex4886742E0D2Fa31e28
Octal11020616456015572433650
Binary1001000100001101110100101110011011011111010001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488674; }

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

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

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

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

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

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

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

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