#487F69

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

Shades of Viridian #487F69

Tints of Viridian #487F69

Color information

#487F69 (or 0x487F69) is unknown color: approx Viridian. HEX triplet: 48, 7F and 69. RGB value is (72,127,105). Sum of RGB (Red+Green+Blue) = 72+127+105=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 127 - color contains mainly: green. Hex color #487F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487F69 is #B78096. Grayscale: #6C6C6C. Windows color (decimal): -12026007 or 6913864. OLE color: 6913864.

HSL color Cylindrical-coordinate representation of color #487F69: hue angle of 156º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #487F69 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB72127105-
CMYK0.4300.170.50
HSL156º27.64%39.02%-
HSV(B)156º43.31%49.8%-
XYZ12.8117.5816.08-
YUV108.05126.28102.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 127 (50% from 255) = 41.78%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=23.68%
G=41.78%
B=34.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal721271050.4300.170.5015627.6439.02
Hex487F692B011329c1c27
Octal11017715153021622343447
Binary1001000111111111010011010110100011100101001110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487F69; }

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

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

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

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

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

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

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

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