Html Css Color HEX #487C05 Bilbao

📋 copy color: '#487C05'

red 72 ◦ green 124 ◦ blue 5

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

Shades of Bilbao #487C05

Tints of Bilbao #487C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.49%

R = 35.82%
G = 61.69%
B = 2.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#487C05 (or 0x487C05) is known color: Bilbao. HEX triplet: 48, 7C and 05. RGB value is (72,124,5). Sum of RGB (Red+Green+Blue) = 72+124+5=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 124 (48.83% from 255 or 61.69% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 124 - color contains mainly: green. Hex color #487C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487C05 is #B783FA. Grayscale: #5F5F5F. Windows color (decimal): -12026875 or 359496. OLE color: 359496.

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

Color convert

RGB 72 124 5 -
CMYK 0.42 0 0.96 0.51
HSL 86.22º 0.92% 0.25% -
HSV(B) 86.22º 0.96% 0.49% -
XYZ 9.91 15.8 2.67 -
YUV 94.89 77.27 111.68 -
System Red Green Blue C M Y K H S L
Decimal 72 124 5 0.42 0 0.96 0.51 86.22 0.92 0.25
Hex 48 7C 5 2A 0 60 33 56 5C 19
Octal 110 174 5 52 0 140 63 126 134 31
Binary 1001000 1111100 101 101010 0 1100000 110011 1010110 1011100 11001

Color Harmonies of #487C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C05

Black with #487C05

Text Example


Text Example

White with #487C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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