#487865

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

Shades of Viridian #487865

Tints of Viridian #487865

Color information

#487865 (or 0x487865) is unknown color: approx Viridian. HEX triplet: 48, 78 and 65. RGB value is (72,120,101). Sum of RGB (Red+Green+Blue) = 72+120+101=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #487865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487865 is #B7879A. Grayscale: #676767. Windows color (decimal): -12027803 or 6649928. OLE color: 6649928.

HSL color Cylindrical-coordinate representation of color #487865: hue angle of 156.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487865 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB72120101-
CMYK0.4000.160.53
HSL156.25º25%37.65%-
HSV(B)156.25º40%47.06%-
XYZ11.7415.7514.73-
YUV103.48126.6105.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=24.57%
G=40.96%
B=34.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721201010.4000.160.53156.252537.65
Hex48786528010359c1926
Octal11017014550020652343146
Binary1001000111100011001011010000100001101011001110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487865; }

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

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

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

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

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

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

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

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