Html Css Color HEX #487C01 Bilbao

📋 copy color: '#487C01'

red 72 ◦ green 124 ◦ blue 1

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

Shades of Bilbao #487C01

Tints of Bilbao #487C01

RGB

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

 GREEN value IS 124 (48.83% from 255) = 62.94%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 36.55%
G = 62.94%
B = 0.51%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#487C01 (or 0x487C01) is known color: Bilbao. HEX triplet: 48, 7C and 01. RGB value is (72,124,1). Sum of RGB (Red+Green+Blue) = 72+124+1=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 124 (48.83% from 255 or 62.94% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 124 - color contains mainly: green. Hex color #487C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487C01 is #B783FE. Grayscale: #5E5E5E. Windows color (decimal): -12026879 or 97352. OLE color: 97352.

HSL color Cylindrical-coordinate representation of color #487C01: hue angle of 85.37º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #487C01 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 124 1 -
CMYK 0.42 0 0.99 0.51
HSL 85.37º 0.98% 0.25% -
HSV(B) 85.37º 0.99% 0.49% -
XYZ 9.89 15.8 2.56 -
YUV 94.43 75.27 112 -
System Red Green Blue C M Y K H S L
Decimal 72 124 1 0.42 0 0.99 0.51 85.37 0.98 0.25
Hex 48 7C 1 2A 0 63 33 55 62 19
Octal 110 174 1 52 0 143 63 125 142 31
Binary 1001000 1111100 1 101010 0 1100011 110011 1010101 1100010 11001

Color Harmonies of #487C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C01

Black with #487C01

Text Example


Text Example

White with #487C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,124,1); }

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

background-color css

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

 a { background-color: rgb(72,124,1); }

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

border-color css

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

 span { border-color: rgb(72,124,1); }

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