Html Css Color HEX #47811F Bilbao

📋 copy color: '#47811F'

red 71 ◦ green 129 ◦ blue 31

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

Shades of Bilbao #47811F

Tints of Bilbao #47811F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.42%

R = 30.74%
G = 55.84%
B = 13.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#47811F (or 0x47811F) is known color: Bilbao. HEX triplet: 47, 81 and 1F. RGB value is (71,129,31). Sum of RGB (Red+Green+Blue) = 71+129+31=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #47811F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47811F is #B87EE0. Grayscale: #646464. Windows color (decimal): -12091105 or 2064711. OLE color: 2064711.

HSL color Cylindrical-coordinate representation of color #47811F: hue angle of 95.51º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47811F is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 129 31 -
CMYK 0.45 0 0.76 0.49
HSL 95.51º 0.61% 0.31% -
HSV(B) 95.51º 0.76% 0.51% -
XYZ 10.7 17.14 4.04 -
YUV 100.49 88.78 106.97 -
System Red Green Blue C M Y K H S L
Decimal 71 129 31 0.45 0 0.76 0.49 95.51 0.61 0.31
Hex 47 81 1F 2D 0 4C 31 60 3D 1F
Octal 107 201 37 55 0 114 61 140 75 37
Binary 1000111 10000001 11111 101101 0 1001100 110001 1100000 111101 11111

Color Harmonies of #47811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47811F

Black with #47811F

Text Example


Text Example

White with #47811F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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