Html Css Color HEX #487E6A Viridian

📋 copy color: '#487E6A'

red 72 ◦ green 126 ◦ blue 106

#487E6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #487E6A

Tints of Viridian #487E6A

RGB

 RED value IS 72 (28.52% from 255) = 23.68%

 GREEN value IS 126 (49.61% from 255) = 41.45%

 BLUE value IS 106 (41.8% from 255) = 34.87%

R = 23.68%
G = 41.45%
B = 34.87%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#487E6A (or 0x487E6A) is known color: Viridian. HEX triplet: 48, 7E and 6A. RGB value is (72,126,106). Sum of RGB (Red+Green+Blue) = 72+126+106=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 126 - color contains mainly: green. Hex color #487E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487E6A is #B78195. Grayscale: #6B6B6B. Windows color (decimal): -12026262 or 6979144. OLE color: 6979144.

HSL color Cylindrical-coordinate representation of color #487E6A: hue angle of 157.78º 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 #487E6A is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 126 106 -
CMYK 0.43 0 0.16 0.51
HSL 157.78º 0.27% 0.39% -
HSV(B) 157.78º 0.43% 0.49% -
XYZ 12.73 17.34 16.31 -
YUV 107.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 72 126 106 0.43 0 0.16 0.51 157.78 0.27 0.39
Hex 48 7E 6A 2B 0 10 33 9E 1B 27
Octal 110 176 152 53 0 20 63 236 33 47
Binary 1001000 1111110 1101010 101011 0 10000 110011 10011110 11011 100111

Color Harmonies of #487E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487E6A

Black with #487E6A

Text Example


Text Example

White with #487E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #487E6A;
 }
 .AnyTagClassName
 {
   color: #487E6A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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