Html Css Color HEX #47801E Bilbao

📋 copy color: '#47801E'

red 71 ◦ green 128 ◦ blue 30

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

Shades of Bilbao #47801E

Tints of Bilbao #47801E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.1%

R = 31%
G = 55.9%
B = 13.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#47801E (or 0x47801E) is known color: Bilbao. HEX triplet: 47, 80 and 1E. RGB value is (71,128,30). Sum of RGB (Red+Green+Blue) = 71+128+30=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #47801E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47801E is #B87FE1. Grayscale: #646464. Windows color (decimal): -12091362 or 1998919. OLE color: 1998919.

HSL color Cylindrical-coordinate representation of color #47801E: hue angle of 94.9º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47801E is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 128 30 -
CMYK 0.45 0 0.77 0.50
HSL 94.9º 0.62% 0.31% -
HSV(B) 94.9º 0.77% 0.5% -
XYZ 10.55 16.87 3.93 -
YUV 99.79 88.62 107.47 -
System Red Green Blue C M Y K H S L
Decimal 71 128 30 0.45 0 0.77 0.50 94.9 0.62 0.31
Hex 47 80 1E 2D 0 4D 32 5F 3E 1F
Octal 107 200 36 55 0 115 62 137 76 37
Binary 1000111 10000000 11110 101101 0 1001101 110010 1011111 111110 11111

Color Harmonies of #47801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47801E

Black with #47801E

Text Example


Text Example

White with #47801E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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