Html Css Color HEX #487C28 Bilbao

📋 copy color: '#487C28'

red 72 ◦ green 124 ◦ blue 40

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

Shades of Bilbao #487C28

Tints of Bilbao #487C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.95%

R = 30.51%
G = 52.54%
B = 16.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#487C28 (or 0x487C28) is known color: Bilbao. HEX triplet: 48, 7C and 28. RGB value is (72,124,40). Sum of RGB (Red+Green+Blue) = 72+124+40=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #487C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487C28 is #B783D7. Grayscale: #636363. Windows color (decimal): -12026840 or 2653256. OLE color: 2653256.

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

Color convert

RGB 72 124 40 -
CMYK 0.42 0 0.68 0.51
HSL 97.14º 0.51% 0.32% -
HSV(B) 97.14º 0.68% 0.49% -
XYZ 10.26 15.95 4.54 -
YUV 98.88 94.77 108.83 -
System Red Green Blue C M Y K H S L
Decimal 72 124 40 0.42 0 0.68 0.51 97.14 0.51 0.32
Hex 48 7C 28 2A 0 44 33 61 33 20
Octal 110 174 50 52 0 104 63 141 63 40
Binary 1001000 1111100 101000 101010 0 1000100 110011 1100001 110011 100000

Color Harmonies of #487C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C28

Black with #487C28

Text Example


Text Example

White with #487C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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