Html Css Color HEX #47810B Bilbao

📋 copy color: '#47810B'

red 71 ◦ green 129 ◦ blue 11

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

Shades of Bilbao #47810B

Tints of Bilbao #47810B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.21%

R = 33.65%
G = 61.14%
B = 5.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#47810B (or 0x47810B) is known color: Bilbao. HEX triplet: 47, 81 and 0B. RGB value is (71,129,11). Sum of RGB (Red+Green+Blue) = 71+129+11=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #47810B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47810B is #B87EF4. Grayscale: #626262. Windows color (decimal): -12091125 or 753991. OLE color: 753991.

HSL color Cylindrical-coordinate representation of color #47810B: hue angle of 89.49º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47810B is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 129 11 -
CMYK 0.45 0 0.91 0.49
HSL 89.49º 0.84% 0.27% -
HSV(B) 89.49º 0.91% 0.51% -
XYZ 10.51 17.06 3.06 -
YUV 98.21 78.78 108.59 -
System Red Green Blue C M Y K H S L
Decimal 71 129 11 0.45 0 0.91 0.49 89.49 0.84 0.27
Hex 47 81 B 2D 0 5B 31 59 54 1B
Octal 107 201 13 55 0 133 61 131 124 33
Binary 1000111 10000001 1011 101101 0 1011011 110001 1011001 1010100 11011

Color Harmonies of #47810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47810B

Black with #47810B

Text Example


Text Example

White with #47810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47810B; }

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

 H1.HeaderClassName
 {
   color: #47810B;
 }
 .AnyTagClassName
 {
   color: #47810B;
 }
</style>

background-color css

<style>
 a { background-color: #47810B; }

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

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

border-color css

<style>
 span { border-color: #47810B; }

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

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