#488F6B

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

Shades of Viridian #488F6B

Tints of Viridian #488F6B

Color information

#488F6B (or 0x488F6B) is unknown color: approx Viridian. HEX triplet: 48, 8F and 6B. RGB value is (72,143,107). Sum of RGB (Red+Green+Blue) = 72+143+107=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #488F6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488F6B is #B77094. Grayscale: #757575. Windows color (decimal): -12021909 or 7049032. OLE color: 7049032.

HSL color Cylindrical-coordinate representation of color #488F6B: hue angle of 149.58º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488F6B is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB72143107-
CMYK0.5000.250.44
HSL149.58º33.02%42.16%-
HSV(B)149.58º49.65%56.08%-
XYZ15.1522.0817.37-
YUV117.67121.9895.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 143 (56.25% from 255) = 44.41%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=22.36%
G=44.41%
B=33.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721431070.5000.250.44149.5833.0242.16
Hex488F6B320192C96212a
Octal11021715362031542264152
Binary100100010001111110101111001001100110110010010110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,143,107); }

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

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

 a { background-color: rgb(72,143,107); }

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

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

 span { border-color: rgb(72,143,107); }

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