Html Css Color HEX #487C0F Bilbao

📋 copy color: '#487C0F'

red 72 ◦ green 124 ◦ blue 15

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

Shades of Bilbao #487C0F

Tints of Bilbao #487C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.11%

R = 34.12%
G = 58.77%
B = 7.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#487C0F (or 0x487C0F) is known color: Bilbao. HEX triplet: 48, 7C and 0F. RGB value is (72,124,15). Sum of RGB (Red+Green+Blue) = 72+124+15=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #487C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487C0F is #B783F0. Grayscale: #606060. Windows color (decimal): -12026865 or 1014856. OLE color: 1014856.

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

Color convert

RGB 72 124 15 -
CMYK 0.42 0 0.88 0.51
HSL 88.62º 0.78% 0.27% -
HSV(B) 88.62º 0.88% 0.49% -
XYZ 9.97 15.83 2.98 -
YUV 96.03 82.27 110.86 -
System Red Green Blue C M Y K H S L
Decimal 72 124 15 0.42 0 0.88 0.51 88.62 0.78 0.27
Hex 48 7C F 2A 0 58 33 59 4E 1B
Octal 110 174 17 52 0 130 63 131 116 33
Binary 1001000 1111100 1111 101010 0 1011000 110011 1011001 1001110 11011

Color Harmonies of #487C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C0F

Black with #487C0F

Text Example


Text Example

White with #487C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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