#488B6F

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

Shades of Viridian #488B6F

Tints of Viridian #488B6F

Color information

#488B6F (or 0x488B6F) is unknown color: approx Viridian. HEX triplet: 48, 8B and 6F. RGB value is (72,139,111). Sum of RGB (Red+Green+Blue) = 72+139+111=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #488B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B6F is #B77490. Grayscale: #737373. Windows color (decimal): -12022929 or 7310152. OLE color: 7310152.

HSL color Cylindrical-coordinate representation of color #488B6F: hue angle of 154.93º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B6F is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB72139111-
CMYK0.4800.200.45
HSL154.93º31.75%41.37%-
HSV(B)154.93º48.2%54.51%-
XYZ14.7720.9918.31-
YUV115.77125.396.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 139 (54.69% from 255) = 43.17%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=22.36%
G=43.17%
B=34.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721391110.4800.200.45154.9331.7541.37
Hex488B6F300142D9b2029
Octal11021315760024552334051
Binary100100010001011110111111000001010010110110011011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488B6F; }

 p { color: rgb(72,139,111); }

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

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

 a { background-color: rgb(72,139,111); }

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

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

 span { border-color: rgb(72,139,111); }

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