#488B6C

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

Shades of Viridian #488B6C

Tints of Viridian #488B6C

Color information

#488B6C (or 0x488B6C) is unknown color: approx Viridian. HEX triplet: 48, 8B and 6C. RGB value is (72,139,108). Sum of RGB (Red+Green+Blue) = 72+139+108=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #488B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B6C is #B77493. Grayscale: #737373. Windows color (decimal): -12022932 or 7113544. OLE color: 7113544.

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

Color convert

RGB72139108-
CMYK0.4800.220.45
HSL152.24º31.75%41.37%-
HSV(B)152.24º48.2%54.51%-
XYZ14.6120.9317.46-
YUV115.43123.897.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 139 (54.69% from 255) = 43.57%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=22.57%
G=43.57%
B=33.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721391080.4800.220.45152.2431.7541.37
Hex488B6C300162D982029
Octal11021315460026552304051
Binary100100010001011110110011000001011010110110011000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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