Html Css Color HEX #487C08 Bilbao

📋 copy color: '#487C08'

red 72 ◦ green 124 ◦ blue 8

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

Shades of Bilbao #487C08

Tints of Bilbao #487C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.92%

R = 35.29%
G = 60.78%
B = 3.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#487C08 (or 0x487C08) is known color: Bilbao. HEX triplet: 48, 7C and 08. RGB value is (72,124,8). Sum of RGB (Red+Green+Blue) = 72+124+8=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #487C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487C08 is #B783F7. Grayscale: #5F5F5F. Windows color (decimal): -12026872 or 556104. OLE color: 556104.

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

Color convert

RGB 72 124 8 -
CMYK 0.42 0 0.94 0.51
HSL 86.9º 0.88% 0.26% -
HSV(B) 86.9º 0.94% 0.49% -
XYZ 9.92 15.81 2.76 -
YUV 95.23 78.77 111.43 -
System Red Green Blue C M Y K H S L
Decimal 72 124 8 0.42 0 0.94 0.51 86.9 0.88 0.26
Hex 48 7C 8 2A 0 5E 33 57 58 1A
Octal 110 174 10 52 0 136 63 127 130 32
Binary 1001000 1111100 1000 101010 0 1011110 110011 1010111 1011000 11010

Color Harmonies of #487C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C08

Black with #487C08

Text Example


Text Example

White with #487C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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