Html Css Color HEX #487F14 Bilbao

📋 copy color: '#487F14'

red 72 ◦ green 127 ◦ blue 20

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

Shades of Bilbao #487F14

Tints of Bilbao #487F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.13%

R = 32.88%
G = 57.99%
B = 9.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#487F14 (or 0x487F14) is known color: Bilbao. HEX triplet: 48, 7F and 14. RGB value is (72,127,20). Sum of RGB (Red+Green+Blue) = 72+127+20=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 127 (50% from 255 or 57.99% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 127 - color contains mainly: green. Hex color #487F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487F14 is #B780EB. Grayscale: #626262. Windows color (decimal): -12026092 or 1343304. OLE color: 1343304.

HSL color Cylindrical-coordinate representation of color #487F14: hue angle of 90.84º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #487F14 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 127 20 -
CMYK 0.43 0 0.84 0.50
HSL 90.84º 0.73% 0.29% -
HSV(B) 90.84º 0.84% 0.5% -
XYZ 10.39 16.61 3.32 -
YUV 98.36 83.78 109.2 -
System Red Green Blue C M Y K H S L
Decimal 72 127 20 0.43 0 0.84 0.50 90.84 0.73 0.29
Hex 48 7F 14 2B 0 54 32 5B 49 1D
Octal 110 177 24 53 0 124 62 133 111 35
Binary 1001000 1111111 10100 101011 0 1010100 110010 1011011 1001001 11101

Color Harmonies of #487F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487F14

Black with #487F14

Text Example


Text Example

White with #487F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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