Html Css Color HEX #487F71 Viridian

📋 copy color: '#487F71'

red 72 ◦ green 127 ◦ blue 113

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

Shades of Viridian #487F71

Tints of Viridian #487F71

RGB

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

 GREEN value IS 127 (50% from 255) = 40.71%

 BLUE value IS 113 (44.53% from 255) = 36.22%

R = 23.08%
G = 40.71%
B = 36.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#487F71 (or 0x487F71) is known color: Viridian. HEX triplet: 48, 7F and 71. RGB value is (72,127,113). Sum of RGB (Red+Green+Blue) = 72+127+113=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 127 - color contains mainly: green. Hex color #487F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487F71 is #B7808E. Grayscale: #6C6C6C. Windows color (decimal): -12025999 or 7438152. OLE color: 7438152.

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

Color convert

RGB 72 127 113 -
CMYK 0.43 0 0.11 0.50
HSL 164.73º 0.28% 0.39% -
HSV(B) 164.73º 0.43% 0.5% -
XYZ 13.24 17.75 18.35 -
YUV 108.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 72 127 113 0.43 0 0.11 0.50 164.73 0.28 0.39
Hex 48 7F 71 2B 0 B 32 A5 1C 27
Octal 110 177 161 53 0 13 62 245 34 47
Binary 1001000 1111111 1110001 101011 0 1011 110010 10100101 11100 100111

Color Harmonies of #487F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487F71

Black with #487F71

Text Example


Text Example

White with #487F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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