#487E6E

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

Shades of Viridian #487E6E

Tints of Viridian #487E6E

Color information

#487E6E (or 0x487E6E) is unknown color: approx Viridian. HEX triplet: 48, 7E and 6E. RGB value is (72,126,110). Sum of RGB (Red+Green+Blue) = 72+126+110=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 126 - color contains mainly: green. Hex color #487E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487E6E is #B78191. Grayscale: #6C6C6C. Windows color (decimal): -12026258 or 7241288. OLE color: 7241288.

HSL color Cylindrical-coordinate representation of color #487E6E: hue angle of 162.22º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #487E6E is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB72126110-
CMYK0.4300.130.51
HSL162.22º27.27%38.82%-
HSV(B)162.22º42.86%49.41%-
XYZ12.9517.4317.43-
YUV108.03129.11102.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 126 (49.61% from 255) = 40.91%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=23.38%
G=40.91%
B=35.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721261100.4300.130.51162.2227.2738.82
Hex487E6E2B0D33a21b27
Octal11017615653015632423347
Binary100100011111101101110101011011011100111010001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,126,110); }

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

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

 a { background-color: rgb(72,126,110); }

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

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

 span { border-color: rgb(72,126,110); }

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