Html Css Color HEX #487E14 Bilbao

📋 copy color: '#487E14'

red 72 ◦ green 126 ◦ blue 20

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

Shades of Bilbao #487E14

Tints of Bilbao #487E14

RGB

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

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

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

R = 33.03%
G = 57.8%
B = 9.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#487E14 (or 0x487E14) is known color: Bilbao. HEX triplet: 48, 7E and 14. RGB value is (72,126,20). Sum of RGB (Red+Green+Blue) = 72+126+20=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #487E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487E14 is #B781EB. Grayscale: #626262. Windows color (decimal): -12026348 or 1343048. OLE color: 1343048.

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

Color convert

RGB 72 126 20 -
CMYK 0.43 0 0.84 0.51
HSL 90.57º 0.73% 0.29% -
HSV(B) 90.57º 0.84% 0.49% -
XYZ 10.26 16.35 3.28 -
YUV 97.77 84.11 109.62 -
System Red Green Blue C M Y K H S L
Decimal 72 126 20 0.43 0 0.84 0.51 90.57 0.73 0.29
Hex 48 7E 14 2B 0 54 33 5B 49 1D
Octal 110 176 24 53 0 124 63 133 111 35
Binary 1001000 1111110 10100 101011 0 1010100 110011 1011011 1001001 11101

Color Harmonies of #487E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487E14

Black with #487E14

Text Example


Text Example

White with #487E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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