Html Css Color HEX #47801A Bilbao

📋 copy color: '#47801A'

red 71 ◦ green 128 ◦ blue 26

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

Shades of Bilbao #47801A

Tints of Bilbao #47801A

RGB

 RED value IS 71 (28.13% from 255) = 31.56%

 GREEN value IS 128 (50.39% from 255) = 56.89%

 BLUE value IS 26 (10.55% from 255) = 11.56%

R = 31.56%
G = 56.89%
B = 11.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#47801A (or 0x47801A) is known color: Bilbao. HEX triplet: 47, 80 and 1A. RGB value is (71,128,26). Sum of RGB (Red+Green+Blue) = 71+128+26=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #47801A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47801A is #B87FE5. Grayscale: #636363. Windows color (decimal): -12091366 or 1736775. OLE color: 1736775.

HSL color Cylindrical-coordinate representation of color #47801A: hue angle of 93.53º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47801A is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 128 26 -
CMYK 0.45 0 0.80 0.50
HSL 93.53º 0.66% 0.3% -
HSV(B) 93.53º 0.8% 0.5% -
XYZ 10.5 16.85 3.68 -
YUV 99.33 86.62 107.79 -
System Red Green Blue C M Y K H S L
Decimal 71 128 26 0.45 0 0.80 0.50 93.53 0.66 0.3
Hex 47 80 1A 2D 0 50 32 5E 42 1E
Octal 107 200 32 55 0 120 62 136 102 36
Binary 1000111 10000000 11010 101101 0 1010000 110010 1011110 1000010 11110

Color Harmonies of #47801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47801A

Black with #47801A

Text Example


Text Example

White with #47801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47801A; }

 p { color: rgb(71,128,26); }

 H1.HeaderClassName
 {
   color: #47801A;
 }
 .AnyTagClassName
 {
   color: #47801A;
 }
</style>

background-color css

<style>
 a { background-color: #47801A; }

 a { background-color: rgb(71,128,26); }

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

border-color css

<style>
 span { border-color: #47801A; }

 span { border-color: rgb(71,128,26); }

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