Html Css Color HEX #47831A Bilbao

📋 copy color: '#47831A'

red 71 ◦ green 131 ◦ blue 26

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

Shades of Bilbao #47831A

Tints of Bilbao #47831A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.46%

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

R = 31.14%
G = 57.46%
B = 11.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#47831A (or 0x47831A) is known color: Bilbao. HEX triplet: 47, 83 and 1A. RGB value is (71,131,26). Sum of RGB (Red+Green+Blue) = 71+131+26=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #47831A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47831A is #B87CE5. Grayscale: #656565. Windows color (decimal): -12090598 or 1737543. OLE color: 1737543.

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

Color convert

RGB 71 131 26 -
CMYK 0.46 0 0.80 0.49
HSL 94.29º 0.67% 0.31% -
HSV(B) 94.29º 0.8% 0.51% -
XYZ 10.9 17.65 3.81 -
YUV 101.09 85.62 106.54 -
System Red Green Blue C M Y K H S L
Decimal 71 131 26 0.46 0 0.80 0.49 94.29 0.67 0.31
Hex 47 83 1A 2E 0 50 31 5E 43 1F
Octal 107 203 32 56 0 120 61 136 103 37
Binary 1000111 10000011 11010 101110 0 1010000 110001 1011110 1000011 11111

Color Harmonies of #47831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47831A

Black with #47831A

Text Example


Text Example

White with #47831A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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