#488B69

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

Shades of Viridian #488B69

Tints of Viridian #488B69

Color information

#488B69 (or 0x488B69) is unknown color: approx Viridian. HEX triplet: 48, 8B and 69. RGB value is (72,139,105). Sum of RGB (Red+Green+Blue) = 72+139+105=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #488B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B69 is #B77496. Grayscale: #737373. Windows color (decimal): -12022935 or 6916936. OLE color: 6916936.

HSL color Cylindrical-coordinate representation of color #488B69: hue angle of 149.55º 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 #488B69 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB72139105-
CMYK0.4800.240.45
HSL149.55º31.75%41.37%-
HSV(B)149.55º48.2%54.51%-
XYZ14.4520.8616.63-
YUV115.09122.397.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 139 (54.69% from 255) = 43.99%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=22.78%
G=43.99%
B=33.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721391050.4800.240.45149.5531.7541.37
Hex488B69300182D962029
Octal11021315160030552264051
Binary100100010001011110100111000001100010110110010110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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