#487A65

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

Shades of Viridian #487A65

Tints of Viridian #487A65

Color information

#487A65 (or 0x487A65) is unknown color: approx Viridian. HEX triplet: 48, 7A and 65. RGB value is (72,122,101). Sum of RGB (Red+Green+Blue) = 72+122+101=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #487A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A65 is #B7859A. Grayscale: #686868. Windows color (decimal): -12027291 or 6650440. OLE color: 6650440.

HSL color Cylindrical-coordinate representation of color #487A65: hue angle of 154.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487A65 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB72122101-
CMYK0.4100.170.52
HSL154.8º25.77%38.04%-
HSV(B)154.8º40.98%47.84%-
XYZ11.9816.2414.81-
YUV104.66125.94104.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 122 (48.05% from 255) = 41.36%
BLUE value IS 101 (39.84% from 255) = 34.24%
R=24.41%
G=41.36%
B=34.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal721221010.4100.170.52154.825.7738.04
Hex487A6529011349b1a26
Octal11017214551021642333246
Binary1001000111101011001011010010100011101001001101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,122,101); }

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

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

 a { background-color: rgb(72,122,101); }

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

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

 span { border-color: rgb(72,122,101); }

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