Html Css Color HEX #487D08 Bilbao

📋 copy color: '#487D08'

red 72 ◦ green 125 ◦ blue 8

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

Shades of Bilbao #487D08

Tints of Bilbao #487D08

RGB

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

 GREEN value IS 125 (49.22% from 255) = 60.98%

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

R = 35.12%
G = 60.98%
B = 3.9%

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

#487D08 (or 0x487D08) is known color: Bilbao. HEX triplet: 48, 7D and 08. RGB value is (72,125,8). Sum of RGB (Red+Green+Blue) = 72+125+8=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #487D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487D08 is #B782F7. Grayscale: #606060. Windows color (decimal): -12026616 or 556360. OLE color: 556360.

HSL color Cylindrical-coordinate representation of color #487D08: hue angle of 87.18º 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 #487D08 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 125 8 -
CMYK 0.42 0 0.94 0.51
HSL 87.18º 0.88% 0.26% -
HSV(B) 87.18º 0.94% 0.49% -
XYZ 10.05 16.06 2.8 -
YUV 95.82 78.44 111.01 -
System Red Green Blue C M Y K H S L
Decimal 72 125 8 0.42 0 0.94 0.51 87.18 0.88 0.26
Hex 48 7D 8 2A 0 5E 33 57 58 1A
Octal 110 175 10 52 0 136 63 127 130 32
Binary 1001000 1111101 1000 101010 0 1011110 110011 1010111 1011000 11010

Color Harmonies of #487D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487D08

Black with #487D08

Text Example


Text Example

White with #487D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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