Html Css Color HEX #487F08 Bilbao

📋 copy color: '#487F08'

red 72 ◦ green 127 ◦ blue 8

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

Shades of Bilbao #487F08

Tints of Bilbao #487F08

RGB

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

 GREEN value IS 127 (50% from 255) = 61.35%

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

R = 34.78%
G = 61.35%
B = 3.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#487F08 (or 0x487F08) is known color: Bilbao. HEX triplet: 48, 7F and 08. RGB value is (72,127,8). Sum of RGB (Red+Green+Blue) = 72+127+8=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 127 (50% from 255 or 61.35% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 127 - color contains mainly: green. Hex color #487F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487F08 is #B780F7. Grayscale: #616161. Windows color (decimal): -12026104 or 556872. OLE color: 556872.

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

Color convert

RGB 72 127 8 -
CMYK 0.43 0 0.94 0.50
HSL 87.73º 0.88% 0.26% -
HSV(B) 87.73º 0.94% 0.5% -
XYZ 10.31 16.57 2.89 -
YUV 96.99 77.78 110.18 -
System Red Green Blue C M Y K H S L
Decimal 72 127 8 0.43 0 0.94 0.50 87.73 0.88 0.26
Hex 48 7F 8 2B 0 5E 32 58 58 1A
Octal 110 177 10 53 0 136 62 130 130 32
Binary 1001000 1111111 1000 101011 0 1011110 110010 1011000 1011000 11010

Color Harmonies of #487F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487F08

Black with #487F08

Text Example


Text Example

White with #487F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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