Html Css Color HEX #487F2E Bilbao

📋 copy color: '#487F2E'

red 72 ◦ green 127 ◦ blue 46

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

Shades of Bilbao #487F2E

Tints of Bilbao #487F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.78%

R = 29.39%
G = 51.84%
B = 18.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#487F2E (or 0x487F2E) is known color: Bilbao. HEX triplet: 48, 7F and 2E. RGB value is (72,127,46). Sum of RGB (Red+Green+Blue) = 72+127+46=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #487F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487F2E is #B780D1. Grayscale: #656565. Windows color (decimal): -12026066 or 3047240. OLE color: 3047240.

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

Color convert

RGB 72 127 46 -
CMYK 0.43 0 0.64 0.50
HSL 100.74º 0.47% 0.34% -
HSV(B) 100.74º 0.64% 0.5% -
XYZ 10.76 16.75 5.25 -
YUV 101.32 96.78 107.09 -
System Red Green Blue C M Y K H S L
Decimal 72 127 46 0.43 0 0.64 0.50 100.74 0.47 0.34
Hex 48 7F 2E 2B 0 40 32 65 2F 22
Octal 110 177 56 53 0 100 62 145 57 42
Binary 1001000 1111111 101110 101011 0 1000000 110010 1100101 101111 100010

Color Harmonies of #487F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487F2E

Black with #487F2E

Text Example


Text Example

White with #487F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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