Html Css Color HEX #47811A Bilbao

📋 copy color: '#47811A'

red 71 ◦ green 129 ◦ blue 26

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

Shades of Bilbao #47811A

Tints of Bilbao #47811A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 57.08%

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

R = 31.42%
G = 57.08%
B = 11.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#47811A (or 0x47811A) is known color: Bilbao. HEX triplet: 47, 81 and 1A. RGB value is (71,129,26). Sum of RGB (Red+Green+Blue) = 71+129+26=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #47811A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47811A is #B87EE5. Grayscale: #646464. Windows color (decimal): -12091110 or 1737031. OLE color: 1737031.

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

Color convert

RGB 71 129 26 -
CMYK 0.45 0 0.80 0.49
HSL 93.79º 0.66% 0.3% -
HSV(B) 93.79º 0.8% 0.51% -
XYZ 10.64 17.11 3.72 -
YUV 99.92 86.28 107.38 -
System Red Green Blue C M Y K H S L
Decimal 71 129 26 0.45 0 0.80 0.49 93.79 0.66 0.3
Hex 47 81 1A 2D 0 50 31 5E 42 1E
Octal 107 201 32 55 0 120 61 136 102 36
Binary 1000111 10000001 11010 101101 0 1010000 110001 1011110 1000010 11110

Color Harmonies of #47811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47811A

Black with #47811A

Text Example


Text Example

White with #47811A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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